From 74d522237e6fc63e1e9331c82c04a809b3df3a65 Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Wed, 22 Feb 2012 17:21:04 +1030 Subject: 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 --- lib/tdb2/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/tdb2/Makefile') 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 -- cgit