You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

19 lines
672 B

diff -u -r ../talloc-2.1.5/wscript ./wscript
--- ../talloc-2.1.5/wscript 2015-11-06 08:28:25.000000000 -0500
+++ ./wscript 2016-01-08 19:19:24.233750343 -0500
@@ -95,15 +95,6 @@
if bld.CONFIG_SET('HAVE_PTHREAD'):
testsuite_deps += ' pthread'
- bld.SAMBA_BINARY('talloc_testsuite',
- 'testsuite_main.c testsuite.c',
- testsuite_deps,
- install=False)
-
- bld.SAMBA_BINARY('talloc_test_magic_differs_helper',
- 'test_magic_differs_helper.c',
- 'talloc', install=False)
-
else:
private_library = True