]> Git Repo - VerusCoin.git/blob - src/snark/libsnark/gtests.cpp
7d6308f893c3ae7d871760d10431559e9ad4fd54
[VerusCoin.git] / src / snark / libsnark / gtests.cpp
1 #include <gtest/gtest.h>
2
3 #include "common/profiling.hpp"
4
5 int main(int argc, char **argv) {
6   /*libsnark::inhibit_profiling_info = true;
7   libsnark::inhibit_profiling_counters = true;
8
9   testing::InitGoogleTest(&argc, argv);
10   return RUN_ALL_TESTS();*/
11    return(0);
12 }
13
This page took 0.013886 seconds and 2 git commands to generate.