From ef195a18aac1f2b1ebfd34741d2242f659896549 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Wed, 21 Nov 2012 16:00:53 +1100 Subject: 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 --- source3/wscript_build | 21 --------------------- 1 file changed, 21 deletions(-) (limited to 'source3/wscript_build') 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=''' -- cgit