diff options
author | Andrew Bartlett <abartlet@samba.org> | 2019-05-06 15:32:12 +1200 |
---|---|---|
committer | Gary Lockyer <gary@samba.org> | 2019-05-06 05:46:10 +0000 |
commit | 169290896684d52b9d63cb17c0b90a3d63dd9b8d (patch) | |
tree | a27593fb556b953e3c5b83bf1bf27d2fd651cddc /lib/replace | |
parent | bc1583d368902c2e384ed0080c8de003b982a6f7 (diff) | |
download | samba-169290896684d52b9d63cb17c0b90a3d63dd9b8d.tar.gz |
build: Remove build of replacetort
This is built close to the code it tests in lib/replace/wscript_build as
replace_testsuite.
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Gary Lockyer <gary@catalyst.net.nz>
Diffstat (limited to 'lib/replace')
-rw-r--r-- | lib/replace/wscript | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/lib/replace/wscript b/lib/replace/wscript index 1d01e1e2b55..29a8d56c318 100644 --- a/lib/replace/wscript +++ b/lib/replace/wscript @@ -866,11 +866,10 @@ def build(bld): deps='replace', cflags=replace_test_cflags) - if bld.env.standalone_replace: - bld.SAMBA_BINARY('replace_testsuite', - source='test/main.c', - deps='replace replace-test', - install=False) + bld.SAMBA_BINARY('replace_testsuite', + source='test/main.c', + deps='replace replace-test', + install=False) # build replacements for stdint.h and stdbool.h if needed bld.SAMBA_GENERATOR('replace_stdint_h', |