mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 00:59:45 -05:00
ITS#7841 trivial cleanup
TRIVIA - lmdb: clean testdb-dir while "make test".
This commit is contained in:
parent
98ed192949
commit
c473091f8f
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ clean:
|
|||
rm -rf $(PROGS) *.[ao] *.so *~ testdb
|
||||
|
||||
test: all
|
||||
mkdir testdb
|
||||
rm -rf testdb && mkdir testdb
|
||||
./mtest && ./mdb_stat testdb
|
||||
|
||||
liblmdb.a: mdb.o midl.o
|
||||
|
|
|
|||
Loading…
Reference in a new issue