From: Quanah Gibson-Mount Date: Fri, 20 Jan 2017 19:41:47 +0000 (-0800) Subject: Fix regression test suite logic X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=ed67842691b0f6a1d4c6f298f5eda56638719194;hp=5497a7df8b79c517d33675cd0e0868e9e1f799ff;p=openldap Fix regression test suite logic --- diff --git a/tests/Makefile.in b/tests/Makefile.in index da037b0eb4..19b940f054 100644 --- a/tests/Makefile.in +++ b/tests/Makefile.in @@ -78,21 +78,21 @@ its: regressions bdb-its: bdb-its-$(BUILD_BDB) bdb-its-no: - @echo "run configure with --enable-bdb to run BDB tests" + @echo "run configure with --enable-bdb to run BDB ITS regressions" bdb-its-yes bdb-its-mod: FORCE @$(RUN) -b bdb its-all -hdb-its: hdb-its-$(BUILD_BDB) +hdb-its: hdb-its-$(BUILD_HDB) hdb-its-no: - @echo "run configure with --enable-hdb to run BDB tests" + @echo "run configure with --enable-hdb to run HDB ITS regressions" hdb-its-yes hdb-its-mod: FORCE @$(RUN) -b hdb its-all -mdb-its: mdb-its-$(BUILD_BDB) +mdb-its: mdb-its-$(BUILD_MDB) mdb-its-no: - @echo "run configure with --enable-mdb to run BDB tests" + @echo "run configure with --enable-mdb to run MDB ITS regressions" mdb-its-yes mdb-its-mod: FORCE @$(RUN) -b mdb its-all