mirror of
https://github.com/curl/curl.git
synced 2026-04-15 11:11:43 +03:00
no need to run make test in the data dir anymore
This commit is contained in:
parent
49ab1d914c
commit
199b2f4602
1 changed files with 0 additions and 3 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue