Fix bug 10025 - Lack of Sanity Checking in calls to malloc()/calloc().
[sfrench/samba-autobuild/.git] / lib / ntdb / wscript
index 39802dbf3a3e7f72ce1e9e03d07b6976d8848d43..63c8402d661d41ab3b2b61036fdc567b12c74b62 100644 (file)
@@ -72,6 +72,7 @@ def configure(conf):
                                 'test/api-20-alloc-attr.c',
                                 'test/api-21-parse_record.c',
                                 'test/api-55-transaction.c',
+                                'test/api-60-noop-transaction.c',
                                 'test/api-80-tdb_fd.c',
                                 'test/api-81-seqnum.c',
                                 'test/api-82-lockattr.c',
@@ -155,7 +156,7 @@ def build(bld):
 
         bld.SAMBA_BINARY('ntdbtorture',
                          'tools/ntdbtorture.c',
-                         deps='ntdb',
+                         deps='ntdb ccan-err',
                          install=False)
 
         bld.SAMBA_BINARY('ntdbtool',