s3-netapi Compile (but do not install) netapi tests
authorAndrew Bartlett <abartlet@samba.org>
Thu, 20 Oct 2011 02:41:30 +0000 (13:41 +1100)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 20 Oct 2011 10:17:07 +0000 (12:17 +0200)
source3/lib/netapi/tests/wscript_build [new file with mode: 0644]
source3/wscript_build

diff --git a/source3/lib/netapi/tests/wscript_build b/source3/lib/netapi/tests/wscript_build
new file mode 100644 (file)
index 0000000..75f3cdf
--- /dev/null
@@ -0,0 +1,6 @@
+#!/usr/bin/env python
+
+bld.SAMBA_BINARY('netapitest',
+                 source='netapitest.c netlocalgroup.c netuser.c netgroup.c netdisplay.c netshare.c netfile.c netserver.c common.c',
+                 deps='netapi popt',
+                 install=False)
index 77678d6a7d6649d1a6b615e0727421dfb5041b77..bcad36e5320e3d20b66e4a199c96f0f3826a9da0 100755 (executable)
@@ -1412,7 +1412,7 @@ bld.RECURSE('../examples/auth')
 bld.RECURSE('../examples/libsmbclient')
 bld.RECURSE('../examples/pdb')
 bld.RECURSE('../examples/VFS')
-
+bld.RECURSE('lib/netapi/tests')
 
 bld.ENFORCE_GROUP_ORDERING()
 bld.CHECK_PROJECT_RULES()