ntdb: make database read-only during ntdb_parse() callback.
[ddiss/samba.git] / lib / ntdb / wscript
index fd9c96b59b6bea9c91b9395156cfa80d183367b2..e211a9fc0c7c827a388c949428b9d9269c5122f7 100644 (file)
@@ -27,6 +27,7 @@ def set_options(opt):
     opt.add_option('--valgrind-log',
                    help=("where to put the valgrind log"),
                    action="store", dest='VALGRINDLOG', default=None)
+
     if opt.IN_LAUNCH_DIR():
         opt.add_option('--disable-python',
                        help=("disable the pyntdb module"),
@@ -47,7 +48,6 @@ def configure(conf):
                                 'test/run-11-simple-fetch.c',
                                 'test/run-12-check.c',
                                 'test/run-15-append.c',
-                                'test/run-20-growhash.c',
                                 'test/run-25-hashoverload.c',
                                 'test/run-30-exhaust-before-expand.c',
                                 'test/run-35-convert.c',
@@ -69,6 +69,7 @@ def configure(conf):
                                 'test/api-13-delete.c',
                                 'test/api-14-exists.c',
                                 'test/api-16-wipe_all.c',
+                                'test/api-20-alloc-attr.c',
                                 'test/api-21-parse_record.c',
                                 'test/api-55-transaction.c',
                                 'test/api-80-tdb_fd.c',
@@ -78,6 +79,7 @@ def configure(conf):
                                 'test/api-91-get-stats.c',
                                 'test/api-92-get-set-readonly.c',
                                 'test/api-93-repack.c',
+                                'test/api-95-read-only-during-parse.c',
                                 'test/api-add-remove-flags.c',
                                 'test/api-check-callback.c',
                                 'test/api-firstkey-nextkey.c',