mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
no need to run make test in the data dir anymore
This commit is contained in:
parent
49ab1d914c
commit
199b2f4602
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user