diff options
author | Andrew Bartlett <abartlet@samba.org> | 2012-11-21 16:00:53 +1100 |
---|---|---|
committer | Andreas Schneider <asn@samba.org> | 2012-11-22 10:21:16 +0100 |
commit | ef195a18aac1f2b1ebfd34741d2242f659896549 (patch) | |
tree | d630b6c098e2639ab650777da08f16dae987c233 /source3/wscript_build | |
parent | 1000da933534f1148f5b6f9db2029a5074917968 (diff) | |
download | samba-ef195a18aac1f2b1ebfd34741d2242f659896549.tar.gz samba-ef195a18aac1f2b1ebfd34741d2242f659896549.tar.bz2 samba-ef195a18aac1f2b1ebfd34741d2242f659896549.zip |
torture: remove source3 locktest and masktest
We now just build these in waf, using the source4/torture code.
The source4 versions of these are tested in make test.
Andrew Bartlett
Reviewed-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'source3/wscript_build')
-rwxr-xr-x | source3/wscript_build | 21 |
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=''' |