s3:libsmb: allow store_cldap_reply() to work with a ipv6 response
[samba.git] / lib / tdb / wscript
index 71ada311dc27b9f2fb12b44eb1538674abd1c289..0412149872377ab2639a922b601acfb81d9efda9 100644 (file)
@@ -1,7 +1,7 @@
 #!/usr/bin/env python
 
 APPNAME = 'tdb'
-VERSION = '1.4.7'
+VERSION = '1.4.10'
 
 import sys, os
 
@@ -216,7 +216,8 @@ def testonly(ctx):
         if not os.path.exists(link):
             os.symlink(ctx.path.make_node('test').abspath(), link)
 
-        sh_tests = ["test/test_tdbbackup.sh test/jenkins-be-hash.tdb"]
+        sh_tests = ["test/test_tdbbackup.sh test/jenkins-be-hash.tdb",
+                    "test/test_tdbdump.sh test/sample_tdb.tdb test/sample_tdb.txt test/sample_tdb_x.txt"]
 
         for sh_test in sh_tests:
             cmd = "BINDIR=%s %s" % (blddir, sh_test)