diff options
Diffstat (limited to 'source4/script')
-rwxr-xr-x | source4/script/tests/test_pidl.sh | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/source4/script/tests/test_pidl.sh b/source4/script/tests/test_pidl.sh index 6ef2b0ab91..06f9617ec9 100755 --- a/source4/script/tests/test_pidl.sh +++ b/source4/script/tests/test_pidl.sh @@ -3,6 +3,8 @@ if [ ! -n "$PERL" ] then PERL=perl fi -#$PERL -MExtUtils::Command::MM -e "test_harness()" pidl/tests/*.pl -$PERL -MExtUtils::Command::MM -e "test_harness()" pidl/tests/parse_idl.pl +incdir=`dirname $0` +. $incdir/test_functions.sh + +$PERL -MExtUtils::Command::MM -e "test_harness()" pidl/tests/*.pl || testok $0 1 |