X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=tests%2FMakefile.in;h=4235487dd98c3d9183ec8dab8ee6341f6d50ed2f;hb=HEAD;hp=da037b0eb468746253059bae5497592d12592f5c;hpb=1df85d3427c287086df4ef41ef0edb1fa7e5bcec;p=openldap diff --git a/tests/Makefile.in b/tests/Makefile.in index da037b0eb4..4235487dd9 100644 --- a/tests/Makefile.in +++ b/tests/Makefile.in @@ -2,7 +2,7 @@ # $OpenLDAP$ ## This work is part of OpenLDAP Software . ## -## Copyright 1998-2017 The OpenLDAP Foundation. +## Copyright 1998-2018 The OpenLDAP Foundation. ## All rights reserved. ## ## Redistribution and use in source and binary forms, with or without @@ -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