summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--source/lib/ldb/Makefile.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/lib/ldb/Makefile.in b/source/lib/ldb/Makefile.in
index 6b90837aed5..5a6155edd06 100644
--- a/source/lib/ldb/Makefile.in
+++ b/source/lib/ldb/Makefile.in
@@ -162,6 +162,9 @@ ifeq (1,0)
test-schema:
@echo "STARTING SCHEMA MODULE TEST"
tests/test-schema.sh
+else
+test-schema:
+ @echo "SKIPPING SCHEMA MODULE TEST"
endif
test: $(BINS) test-tdb test-ldap test-sqlite3 test-schema