1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 15:48:49 -05:00

no need to run make test in the data dir anymore

This commit is contained in:
Daniel Stenberg 2004-02-12 14:43:13 +00:00
parent 49ab1d914c
commit 199b2f4602

View File

@ -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: