diff options
Diffstat (limited to 't')
-rw-r--r--[-rwxr-xr-x] | t/comp/cpp.aux | 0 | ||||
-rw-r--r-- | t/harness | 15 | ||||
-rw-r--r--[-rwxr-xr-x] | t/lib/dirhand.t | 0 | ||||
-rw-r--r--[-rwxr-xr-x] | t/lib/filehand.t | 0 |
4 files changed, 15 insertions, 0 deletions
diff --git a/t/comp/cpp.aux b/t/comp/cpp.aux index bb93d212c3..bb93d212c3 100755..100644 --- a/t/comp/cpp.aux +++ b/t/comp/cpp.aux diff --git a/t/harness b/t/harness new file mode 100644 index 0000000000..c98d91e360 --- /dev/null +++ b/t/harness @@ -0,0 +1,15 @@ +#!./perl + +# We suppose that perl _mostly_ works at this moment, so may use +# sophisticated testing. + +# Note that _before install_ you may need to run it with -I ../lib flag + +use lib '../lib'; +use Test::Harness; + +$Test::Harness::switches = ""; # Too much noise otherwise + +@tests = @ARGV; +@tests = <*/*.t> unless @tests; +Test::Harness::runtests @tests; diff --git a/t/lib/dirhand.t b/t/lib/dirhand.t index 8403609578..8403609578 100755..100644 --- a/t/lib/dirhand.t +++ b/t/lib/dirhand.t diff --git a/t/lib/filehand.t b/t/lib/filehand.t index 8b27617568..8b27617568 100755..100644 --- a/t/lib/filehand.t +++ b/t/lib/filehand.t |