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