aboutsummaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am6
1 files changed, 4 insertions, 2 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index f2a917ae5..f7a84439b 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -9,10 +9,12 @@ curl:
@(cd ..; make)
test:
- $(PERL) runtests.pl
+ $(MAKE) -C data test
+ srcdir=$(srcdir) $(PERL) $(srcdir)/runtests.pl
quiet-test:
- $(PERL) runtests.pl -s -a
+ $(MAKE) -C data test
+ srcdir=$(srcdir) $(PERL) $(srcdir)/runtests.pl -s -a
clean:
rm -rf log