lib:util: Add basic memcache unit test
[bbaumbach/samba-autobuild/.git] / lib / util / wscript_build
index 000c9be6f4f4dc516d00d7c25924c32deb3beabb..460661e9a634e7362bda1627fd0da85084cc3520 100644 (file)
@@ -350,3 +350,9 @@ else:
                      deps='cmocka replace talloc samba-util',
                      local_include=False,
                      for_selftest=True)
+
+    bld.SAMBA_BINARY('test_memcache',
+                     source='tests/test_memcache.c',
+                     deps='cmocka replace talloc samba-util',
+                     local_include=False,
+                     for_selftest=True)