mirror of
https://github.com/isar/libmdbx.git
synced 2025-01-30 22:47:16 +08:00
lmdb: minor refine 'make test'.
Change-Id: I8c1671b4680d889e04bec3e0b5cd556520854df6
This commit is contained in:
parent
8103d0b458
commit
ae9fdb3a26
4
Makefile
4
Makefile
@ -46,8 +46,8 @@ clean:
|
|||||||
rm -rf $(PROGS) *.[ao] *.[ls]o *~ testdb
|
rm -rf $(PROGS) *.[ao] *.[ls]o *~ testdb
|
||||||
|
|
||||||
test: all
|
test: all
|
||||||
rm -rf testdb && mkdir testdb
|
rm -rf testdb && mkdir testdb \
|
||||||
./mtest && ./mdb_stat testdb
|
&& ./mtest && ./mdb_stat testdb
|
||||||
|
|
||||||
liblmdb.a: mdb.o midl.o
|
liblmdb.a: mdb.o midl.o
|
||||||
$(AR) rs $@ mdb.o midl.o
|
$(AR) rs $@ mdb.o midl.o
|
||||||
|
Loading…
x
Reference in New Issue
Block a user