diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index dedabc1ec..6c741fd86 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -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 |