summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/Makefile.ldb
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2005-01-16 22:30:38 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:08:54 -0500
commit63f79d11b802bebe105eccd385fab452e4a68e39 (patch)
tree100d553a0f6117fe769745a8499b9fddab6b9379 /source4/lib/ldb/Makefile.ldb
parenta38df2d251cc0e5489b7ea56401f40910798edd5 (diff)
downloadsamba-63f79d11b802bebe105eccd385fab452e4a68e39.tar.gz
samba-63f79d11b802bebe105eccd385fab452e4a68e39.tar.bz2
samba-63f79d11b802bebe105eccd385fab452e4a68e39.zip
r4784: finally make schema module use a single ldb
add the new test-schema test (This used to be commit 42a20f6fa4073fc5ea1ca6254137a4ef53caee01)
Diffstat (limited to 'source4/lib/ldb/Makefile.ldb')
-rw-r--r--source4/lib/ldb/Makefile.ldb6
1 files changed, 5 insertions, 1 deletions
diff --git a/source4/lib/ldb/Makefile.ldb b/source4/lib/ldb/Makefile.ldb
index 29d33007da..791a345f72 100644
--- a/source4/lib/ldb/Makefile.ldb
+++ b/source4/lib/ldb/Makefile.ldb
@@ -96,7 +96,11 @@ test-ldap:
@echo "STARTING LDAP BACKEND TEST"
tests/test-ldap.sh
-test: test-tdb test-ldap
+test-schema:
+ @echo "STARTING SCHEMA MODULE TEST"
+ tests/test-schema.sh
+
+test: test-tdb test-ldap test-schema
gcov:
gcov -po ldb_ldap ldb_ldap/*.c 2| tee ldb_ldap.report.gcov