summaryrefslogtreecommitdiffstats
path: root/lib/tdb/Makefile
diff options
context:
space:
mode:
authorRusty Russell <rusty@rustcorp.com.au>2012-02-14 04:05:43 +1030
committerRusty Russell <rusty@rustcorp.com.au>2012-02-14 04:05:43 +1030
commit0802791081ba39298aa93f0e6860c3b62800df73 (patch)
tree9de98d155090cdb4c6b498e37938890be8514d8b /lib/tdb/Makefile
parent390b9a2dd8447ecd16e3957c02fa886781797733 (diff)
downloadsamba-0802791081ba39298aa93f0e6860c3b62800df73.tar.gz
samba-0802791081ba39298aa93f0e6860c3b62800df73.tar.xz
samba-0802791081ba39298aa93f0e6860c3b62800df73.zip
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 <rusty@rustcorp.com.au>
Diffstat (limited to 'lib/tdb/Makefile')
-rw-r--r--lib/tdb/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tdb/Makefile b/lib/tdb/Makefile
index 4c28653446d..fe44ff6b569 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: