diff options
author | Rusty Russell <rusty@rustcorp.com.au> | 2012-02-14 04:05:43 +1030 |
---|---|---|
committer | Rusty Russell <rusty@rustcorp.com.au> | 2012-02-14 04:05:43 +1030 |
commit | 0802791081ba39298aa93f0e6860c3b62800df73 (patch) | |
tree | 9de98d155090cdb4c6b498e37938890be8514d8b /lib/tdb/Makefile | |
parent | 390b9a2dd8447ecd16e3957c02fa886781797733 (diff) | |
download | samba-0802791081ba39298aa93f0e6860c3b62800df73.tar.gz samba-0802791081ba39298aa93f0e6860c3b62800df73.tar.bz2 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/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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: |