From: Daniel Stenberg Date: Thu, 12 Feb 2004 14:43:13 +0000 (+0000) Subject: no need to run make test in the data dir anymore X-Git-Tag: curl-7_11_1~357 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=199b2f460240ef628b26d50c19e295fd12c395bc;p=thirdparty%2Fcurl.git no need to run make test in the data dir anymore --- diff --git a/tests/Makefile.am b/tests/Makefile.am index 797b3f8a8d..19b9274fde 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: