mirror of
https://github.com/curl/curl.git
synced 2026-08-25 22:13:33 +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)
|
@cd $(top_builddir) && $(MAKE)
|
||||||
|
|
||||||
test: sws
|
test: sws
|
||||||
@cd data && exec $(MAKE) test
|
|
||||||
srcdir=$(srcdir) $(PERL) $(PERLFLAGS) $(srcdir)/runtests.pl
|
srcdir=$(srcdir) $(PERL) $(PERLFLAGS) $(srcdir)/runtests.pl
|
||||||
|
|
||||||
quiet-test: sws
|
quiet-test: sws
|
||||||
@cd data && exec $(MAKE) test
|
|
||||||
srcdir=$(srcdir) $(PERL) $(PERLFLAGS) $(srcdir)/runtests.pl -s -a
|
srcdir=$(srcdir) $(PERL) $(PERLFLAGS) $(srcdir)/runtests.pl -s -a
|
||||||
|
|
||||||
full-test: sws
|
full-test: sws
|
||||||
@cd data && exec $(MAKE) test
|
|
||||||
srcdir=$(srcdir) $(PERL) $(PERLFLAGS) $(srcdir)/runtests.pl -a
|
srcdir=$(srcdir) $(PERL) $(PERLFLAGS) $(srcdir)/runtests.pl -a
|
||||||
|
|
||||||
sws:
|
sws:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue