Loading Makefile.am +1 −1 Original line number Diff line number Diff line Loading @@ -27,7 +27,7 @@ test: @(cd tests; $(MAKE) quiet-test) test-full: @(cd tests; $(MAKE) test) @(cd tests; $(MAKE) full-test) # # Build source and binary rpms. For rpm-3.0 and above, the ~/.rpmmacros Loading tests/Makefile.am +4 −0 Original line number Diff line number Diff line Loading @@ -17,5 +17,9 @@ quiet-test: server/sws @cd data && exec $(MAKE) test srcdir=$(srcdir) $(PERL) $(PERLFLAGS) $(srcdir)/runtests.pl -s -a full-test: server/sws @cd data && exec $(MAKE) test srcdir=$(srcdir) $(PERL) $(PERLFLAGS) $(srcdir)/runtests.pl -a server/sws: cd server; make sws Loading
Makefile.am +1 −1 Original line number Diff line number Diff line Loading @@ -27,7 +27,7 @@ test: @(cd tests; $(MAKE) quiet-test) test-full: @(cd tests; $(MAKE) test) @(cd tests; $(MAKE) full-test) # # Build source and binary rpms. For rpm-3.0 and above, the ~/.rpmmacros Loading
tests/Makefile.am +4 −0 Original line number Diff line number Diff line Loading @@ -17,5 +17,9 @@ quiet-test: server/sws @cd data && exec $(MAKE) test srcdir=$(srcdir) $(PERL) $(PERLFLAGS) $(srcdir)/runtests.pl -s -a full-test: server/sws @cd data && exec $(MAKE) test srcdir=$(srcdir) $(PERL) $(PERLFLAGS) $(srcdir)/runtests.pl -a server/sws: cd server; make sws