summaryrefslogtreecommitdiff
path: root/source3/wscript_build
diff options
context:
space:
mode:
Diffstat (limited to 'source3/wscript_build')
-rwxr-xr-xsource3/wscript_build21
1 files changed, 0 insertions, 21 deletions
diff --git a/source3/wscript_build b/source3/wscript_build
index d21aa7b842..fc8496cf7c 100755
--- a/source3/wscript_build
+++ b/source3/wscript_build
@@ -562,12 +562,8 @@ SMBTORTURE_SRC1 = '''torture/torture.c torture/nbio.c torture/scanner.c torture/
SMBTORTURE_SRC = '''${SMBTORTURE_SRC1}
torture/wbc_async.c'''
-MASKTEST_SRC = '''torture/masktest.c'''
-
MSGTEST_SRC = '''torture/msgtest.c'''
-LOCKTEST_SRC = '''torture/locktest.c'''
-
PDBTEST_SRC = '''torture/pdbtest.c'''
VFSTEST_SRC = '''torture/cmd_vfs.c torture/vfstest.c
@@ -1457,14 +1453,6 @@ bld.SAMBA3_BINARY('replacetort',
deps='replace replace-test',
install=False)
-bld.SAMBA3_BINARY('masktest' + bld.env.suffix3,
- source=MASKTEST_SRC,
- deps='''
- talloc
- param
- libsmb''',
- vars=locals())
-
bld.SAMBA3_BINARY('msgtest',
source=MSGTEST_SRC,
deps='''
@@ -1507,15 +1495,6 @@ bld.SAMBA3_BINARY('sharesec',
popt_samba3''',
vars=locals())
-bld.SAMBA3_BINARY('locktest' + bld.env.suffix3,
- source=LOCKTEST_SRC,
- deps='''
- talloc
- param
- libsmb
- LOCKING''',
- vars=locals())
-
bld.SAMBA3_BINARY('pdbtest',
source=PDBTEST_SRC,
deps='''