mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 09:09:54 -05:00
ITS#7841 trivial cleanup
TRIVIA - lmdb: clean testdb-dir while "make test".
This commit is contained in:
parent
56c2c160be
commit
461d9c8f34
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