bdb test-bdb: bdb-$(BUILD_BDB)
bdb-no:
- @echo "run configure with --enable-bdb"
+ @echo "run configure with --enable-bdb to run BDB tests"
bdb-yes bdb-mod: FORCE
@echo "Initiating LDAP tests for BDB..."
hdb test-hdb: hdb-$(BUILD_HDB)
hdb-no:
- @echo "run configure with --enable-hdb"
+ @echo "run configure with --enable-hdb to run HDB tests"
hdb-yes hdb-mod: FORCE
@echo "Initiating LDAP tests for HDB..."
ldbm test-ldbm: ldbm-$(BUILD_LDBM)
ldbm-no:
- @echo "run configure with --enable-ldbm"
+ @echo "run configure with --enable-ldbm to run LDBM tests"
ldbm-yes ldbm-mod: FORCE
@echo "Initiating LDAP tests for LDBM..."
sql test-sql: sql-$(BUILD_SQL)
sql-no:
- @echo "run configure with --enable-sql"
+ @echo "run configure with --enable-sql to run SQL tests"
sql-yes sql-mod: FORCE
@echo "Initiating LDAP tests for SQL..."