mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
build: list sources of binary vfstest directly in def, remove vars=locals()
Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
parent
f70f3a0601
commit
74970a4caf
@ -3,9 +3,6 @@
|
|||||||
from samba_utils import *
|
from samba_utils import *
|
||||||
import samba_version, samba3
|
import samba_version, samba3
|
||||||
|
|
||||||
VFSTEST_SRC = '''torture/cmd_vfs.c torture/vfstest.c
|
|
||||||
torture/vfstest_chain.c'''
|
|
||||||
|
|
||||||
LOG2PCAP_SRC = '''utils/log2pcaphex.c'''
|
LOG2PCAP_SRC = '''utils/log2pcaphex.c'''
|
||||||
|
|
||||||
LOCKTEST2_SRC = '''torture/locktest2.c'''
|
LOCKTEST2_SRC = '''torture/locktest2.c'''
|
||||||
@ -1363,13 +1360,14 @@ bld.SAMBA3_BINARY('pdbtest',
|
|||||||
install=False)
|
install=False)
|
||||||
|
|
||||||
bld.SAMBA3_BINARY('vfstest',
|
bld.SAMBA3_BINARY('vfstest',
|
||||||
source=VFSTEST_SRC,
|
source='''torture/cmd_vfs.c
|
||||||
|
torture/vfstest.c
|
||||||
|
torture/vfstest_chain.c''',
|
||||||
deps='''
|
deps='''
|
||||||
vfs
|
vfs
|
||||||
popt_samba3
|
popt_samba3
|
||||||
SMBREADLINE''',
|
SMBREADLINE''',
|
||||||
install=False,
|
install=False)
|
||||||
vars=locals())
|
|
||||||
|
|
||||||
bld.SAMBA3_BINARY('log2pcap',
|
bld.SAMBA3_BINARY('log2pcap',
|
||||||
source=LOG2PCAP_SRC,
|
source=LOG2PCAP_SRC,
|
||||||
|
Loading…
Reference in New Issue
Block a user