Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Lukas However
OpenLDAP
Commits
09ae5524
Commit
09ae5524
authored
Dec 12, 2016
by
Quanah Gibson-Mount
Browse files
Fix "make its"/"make regressions" to actually run the regression suite for bdb/hdb/mdb backends
parent
6baa23f0
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/Makefile.in
View file @
09ae5524
...
...
@@ -70,10 +70,33 @@ ldif test-ldif: FORCE
regressions
:
FORCE
@
echo
"Testing (available) ITS regressions"
@
$(RUN)
its-all
@
$(MAKE)
bdb-its
@
$(MAKE)
hdb-its
@
$(MAKE)
mdb-its
its
:
regressions
bdb-its
:
bdb-its-$(BUILD_BDB)
bdb-its-no
:
@
echo
"run configure with --enable-bdb to run BDB tests"
bdb-its-yes bdb-its-mod
:
FORCE
@
$(RUN)
-b
bdb its-all
hdb-its
:
hdb-its-$(BUILD_BDB)
hdb-its-no
:
@
echo
"run configure with --enable-hdb to run BDB tests"
hdb-its-yes hdb-its-mod
:
FORCE
@
$(RUN)
-b
hdb its-all
mdb-its
:
mdb-its-$(BUILD_BDB)
mdb-its-no
:
@
echo
"run configure with --enable-mdb to run BDB tests"
mdb-its-yes mdb-its-mod
:
FORCE
@
$(RUN)
-b
mdb its-all
clean-local
:
FORCE
-
$(RM)
-r
testrun configpw configpw.conf
*
leak
*
gmon
*
core
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment