diff options
Diffstat (limited to 'source4/build/smb_build')
-rw-r--r-- | source4/build/smb_build/makefile.pm | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/source4/build/smb_build/makefile.pm b/source4/build/smb_build/makefile.pm index 3b36a94334..98d70f6c1c 100644 --- a/source4/build/smb_build/makefile.pm +++ b/source4/build/smb_build/makefile.pm @@ -150,9 +150,15 @@ pch_clean: basics: idl proto_exists -test: all +test: @DEFAULT_TEST_TARGET@ + +test-swrap: all + export SOCKET_WRAPPER_DIR=. ./script/tests/selftest.sh `pwd`/prefix-test +test-noswrap: all + ./script/tests/selftest.sh `pwd`/prefix-test + __EOD__ return $output; |