test suite for replacementPool
This commit is contained in:
9
src/test-komodo/main.cpp
Normal file
9
src/test-komodo/main.cpp
Normal file
@@ -0,0 +1,9 @@
|
||||
#include "gtest/gtest.h"
|
||||
#include "crypto/common.h"
|
||||
|
||||
int main(int argc, char **argv) {
|
||||
assert(init_and_check_sodium() != -1);
|
||||
|
||||
testing::InitGoogleTest(&argc, argv);
|
||||
return RUN_ALL_TESTS();
|
||||
}
|
||||
Reference in New Issue
Block a user