diff options
author | David Schleef <ds@schleef.org> | 2010-03-20 13:24:38 -0700 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2010-03-20 13:34:36 -0700 |
commit | 933831d98633a65844eeeb50b4823f7c5e7347d6 (patch) | |
tree | 6b823980c4cd58e8615054e0640231babea9da24 /testsuite/Makefile.am | |
parent | bd224654b9fba3606a151e400e3c849683631b02 (diff) |
Fix distcheck
Diffstat (limited to 'testsuite/Makefile.am')
-rw-r--r-- | testsuite/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/testsuite/Makefile.am b/testsuite/Makefile.am index 6e1c201..486a4a9 100644 --- a/testsuite/Makefile.am +++ b/testsuite/Makefile.am @@ -1,6 +1,9 @@ DIST_SUBDIRS = orcc +TESTS_ENVIRONMENT = \ + testfile="$(srcdir)/test.orc" + TESTS = \ test_accsadubl test-schro \ exec_opcodes_sys \ |