Skip to content
Snippets Groups Projects
Commit c04ce951 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

cleaned up after David Byron's comment on the libcurl list, aug 5 2003

parent 98ee12bc
No related branches found
No related tags found
No related merge requests found
......@@ -7,19 +7,19 @@ SUBDIRS = data server libtest
PERLFLAGS = -I$(srcdir)
curl:
@(cd ..; make)
@cd $(top_builddir) && $(MAKE)
test: server/sws
test: sws
@cd data && exec $(MAKE) test
srcdir=$(srcdir) $(PERL) $(PERLFLAGS) $(srcdir)/runtests.pl
quiet-test: server/sws
quiet-test: sws
@cd data && exec $(MAKE) test
srcdir=$(srcdir) $(PERL) $(PERLFLAGS) $(srcdir)/runtests.pl -s -a
full-test: server/sws
full-test: sws
@cd data && exec $(MAKE) test
srcdir=$(srcdir) $(PERL) $(PERLFLAGS) $(srcdir)/runtests.pl -a
server/sws:
cd server; make sws
sws:
@cd server && $(MAKE)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment