diff options
Diffstat (limited to 'contrib/shunit2-2.0.3/src/test/testInternalFx')
-rwxr-xr-x | contrib/shunit2-2.0.3/src/test/testInternalFx | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/contrib/shunit2-2.0.3/src/test/testInternalFx b/contrib/shunit2-2.0.3/src/test/testInternalFx new file mode 100755 index 0000000..9409dc2 --- /dev/null +++ b/contrib/shunit2-2.0.3/src/test/testInternalFx @@ -0,0 +1,23 @@ +#! /bin/sh +# $Id$ +# vim: expandtab +# author: Kate Ward <kate.ward@forestent.com> +# +# Self-testing unit tests for shUnit2 internal functions +# + +#----------------------------------------------------------------------------- +# suite tests +# + +testGenerateReport() +{ + : +} + +#----------------------------------------------------------------------------- +# suite functions +# + +# load and run shUnit2 +. ./shunit2 |