summaryrefslogtreecommitdiff
path: root/source4/build/smb_build
diff options
context:
space:
mode:
Diffstat (limited to 'source4/build/smb_build')
-rw-r--r--source4/build/smb_build/makefile.pm10
1 files changed, 10 insertions, 0 deletions
diff --git a/source4/build/smb_build/makefile.pm b/source4/build/smb_build/makefile.pm
index 171294478c..43c40dc988 100644
--- a/source4/build/smb_build/makefile.pm
+++ b/source4/build/smb_build/makefile.pm
@@ -150,6 +150,16 @@ pch_clean:
basics: idl proto_exists
+test: all
+ ./script/tests/selftest.sh
+
+SOCKET_WRAPPER_DIR=`pwd`/sockdir
+
+test-swrap: all
+ export SOCKET_WRAPPER_DIR
+ mkdir -p $(SOCKET_WRAPPER_DIR)
+ ./script/tests/selftest.sh
+
__EOD__
return $output;