From 7fca1d46cea38229faf9a7092d86a452658f2ca0 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sun, 1 May 2005 19:08:35 +0000 Subject: r6564: - Fix bug in socket_wrapper - Add options --quiet and --outputdir options to the provisioning script - Add simple 'make test' and 'make test-swrap' (This used to be commit 7d2d4a57e0e58a51c76c2e86ea447e81a1d79544) --- source4/build/smb_build/makefile.pm | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'source4/build/smb_build') 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; -- cgit