aboutsummaryrefslogtreecommitdiff
path: root/tests/good/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'tests/good/Makefile.am')
-rw-r--r--tests/good/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/good/Makefile.am b/tests/good/Makefile.am
index c5d8d7e..f01ccea 100644
--- a/tests/good/Makefile.am
+++ b/tests/good/Makefile.am
@@ -19,6 +19,6 @@
TESTS = case.defs complex-types.defs directions.defs import.defs \
routine.defs types.defs waittime.defs
EXTRA_DIST = $(TESTS) run_good_test.sh
-DEFS_LOG_COMPILER = sh ./$(srcdir)/run_good_test.sh
+DEFS_LOG_COMPILER = sh $(srcdir)/run_good_test.sh
include $(srcdir)/../Makeconf.am