]> Git Repo - VerusCoin.git/blob - src/test-komodo/main.cpp
Merge branch 'dev' into jl777
[VerusCoin.git] / src / test-komodo / main.cpp
1 #include "key.h"
2 #include "chainparams.h"
3 #include "gtest/gtest.h"
4 #include "crypto/common.h"
5
6
7 int main(int argc, char **argv) {
8     assert(init_and_check_sodium() != -1);
9     ECC_Start();
10     SelectParams(CBaseChainParams::REGTEST);
11
12     testing::InitGoogleTest(&argc, argv);
13     return RUN_ALL_TESTS();
14 }
This page took 0.02477 seconds and 4 git commands to generate.