diff options
Diffstat (limited to 'source3/wscript_build')
-rwxr-xr-x | source3/wscript_build | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/wscript_build b/source3/wscript_build index 8e17c374fe..807b1a2b4e 100755 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -584,7 +584,8 @@ LOCKTEST_SRC = '''torture/locktest.c''' PDBTEST_SRC = '''torture/pdbtest.c''' -VFSTEST_SRC = '''torture/cmd_vfs.c torture/vfstest.c''' +VFSTEST_SRC = '''torture/cmd_vfs.c torture/vfstest.c + torture/vfstest_chain.c''' LOG2PCAP_SRC = '''utils/log2pcaphex.c''' |