From aed008c98988d70564f621c48b8ee51bdafaaf91 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Thu, 5 May 2005 11:13:16 +0000 Subject: r6617: Let --enable-developer imply --enable-socket-wrapper Add socket-wrapper-enabled test target and use that by default when the socket wrapper was included (This used to be commit d3b0ad8b4b6f8ee80a9c77e1102960d51ced5a5f) --- source4/build/smb_build/makefile.pm | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'source4/build') 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; -- cgit