mirror of
https://github.com/logos-messaging/negentropy.git
synced 2026-01-02 14:03:07 +00:00
10 lines
96 B
Bash
Executable File
10 lines
96 B
Bash
Executable File
#!/bin/sh
|
|
|
|
make clean
|
|
make -j all
|
|
|
|
./btreeFuzz
|
|
NE_FUZZ_LMDB=1 ./btreeFuzz
|
|
./lmdbTest
|
|
./subRange
|