From 0802791081ba39298aa93f0e6860c3b62800df73 Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Tue, 14 Feb 2012 04:05:43 +1030 Subject: tdb: import unit tests from CCAN into tdb/test/ I pulled tdb into CCAN as an experiment a while ago; it doesn't belong there, but it has accumulated some important unit tests. These are copied from CCAN version init-1486-gc438ec1 with #include "../" changed to #include "../common/". Signed-off-by: Rusty Russell --- lib/tdb/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/tdb/Makefile') diff --git a/lib/tdb/Makefile b/lib/tdb/Makefile index 4c28653446..fe44ff6b56 100644 --- a/lib/tdb/Makefile +++ b/lib/tdb/Makefile @@ -11,7 +11,7 @@ install: uninstall: $(WAF) uninstall -test: +test: FORCE $(WAF) test $(TEST_OPTIONS) testenv: -- cgit