negentropy/test/cpp/check.sh

10 lines
96 B
Bash
Raw Normal View History

2023-10-20 19:25:40 +00:00
#!/bin/sh
make clean
make -j all
./btreeFuzz
NE_FUZZ_LMDB=1 ./btreeFuzz
./lmdbTest
./subRange