diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-02-12 14:43:13 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-02-12 14:43:13 +0000 |
commit | 199b2f460240ef628b26d50c19e295fd12c395bc (patch) | |
tree | c7aabe714711ea6862eded20658ff4c46dbb52c1 /tests/Makefile.am | |
parent | 49ab1d914c0ae90f2c98f3433f4b27118b45835f (diff) |
no need to run make test in the data dir anymore
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 797b3f8a8..19b9274fd 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -34,15 +34,12 @@ curl: @cd $(top_builddir) && $(MAKE) test: sws - @cd data && exec $(MAKE) test srcdir=$(srcdir) $(PERL) $(PERLFLAGS) $(srcdir)/runtests.pl quiet-test: sws - @cd data && exec $(MAKE) test srcdir=$(srcdir) $(PERL) $(PERLFLAGS) $(srcdir)/runtests.pl -s -a full-test: sws - @cd data && exec $(MAKE) test srcdir=$(srcdir) $(PERL) $(PERLFLAGS) $(srcdir)/runtests.pl -a sws: |