summaryrefslogtreecommitdiff
path: root/lib/tdb2/Makefile
diff options
context:
space:
mode:
authorRusty Russell <rusty@rustcorp.com.au>2012-02-22 17:21:04 +1030
committerAmitay Isaacs <amitay@gmail.com>2012-03-07 13:16:16 +1100
commit74d522237e6fc63e1e9331c82c04a809b3df3a65 (patch)
tree70bdbd0d868caaa03299a4b3883319699bb6a814 /lib/tdb2/Makefile
parent9d897b0951e73a4717ae133d5b6b2493334fbf22 (diff)
downloadsamba-74d522237e6fc63e1e9331c82c04a809b3df3a65.tar.gz
samba-74d522237e6fc63e1e9331c82c04a809b3df3a65.tar.bz2
samba-74d522237e6fc63e1e9331c82c04a809b3df3a65.zip
lib/tdb2: wire up unit tests.
The tests are ccan-style, so the names tell how to link them. This logic is generic, and could be moved to wafsamba, cleaned up, and used elsewhere. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Diffstat (limited to 'lib/tdb2/Makefile')
-rw-r--r--lib/tdb2/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/tdb2/Makefile b/lib/tdb2/Makefile
index fe44ff6b56..ddd439d503 100644
--- a/lib/tdb2/Makefile
+++ b/lib/tdb2/Makefile
@@ -45,6 +45,7 @@ everything: all
testsuite: all
+.PHONY: check
check: test
torture: all