New upstream version 2.2
This commit is contained in:
parent
ea115afa68
commit
c845af032a
101 changed files with 4649 additions and 22969 deletions
|
@ -36,6 +36,8 @@ TESTS = @SCRIPT_TEST@
|
|||
test:
|
||||
perl -I $(top_builddir) -I $(top_srcdir) ../test.pl
|
||||
perl -I $(top_builddir) -I $(top_srcdir) ../test.pl t/utils.t # utils.t is excluded from above, so manually ask to test
|
||||
for SCRIPT in *.pl; do perl -wc $$SCRIPT || exit 1; done
|
||||
set -e; for SCRIPT in *.sh; do sh -n $$SCRIPT || exit 1; done
|
||||
|
||||
test-debug:
|
||||
NPTEST_DEBUG=1 HARNESS_VERBOSE=1 perl -I $(top_builddir) -I $(top_srcdir) ../test.pl
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue