negentropy/test/cpp/check.sh

10 lines
96 B
Bash
Raw Permalink Normal View History

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