This commit is contained in:
jl777
2016-10-23 18:06:33 -03:00
parent d15f15ae5c
commit 679496c346
2 changed files with 3 additions and 3 deletions

View File

@@ -7,7 +7,7 @@ komodo_gtest_SOURCES = \
gtest/test_checktransaction.cpp \ gtest/test_checktransaction.cpp \
gtest/json_test_vectors.cpp \ gtest/json_test_vectors.cpp \
gtest/json_test_vectors.h \ gtest/json_test_vectors.h \
gtest/test_foundersreward.cpp \ # gtest/test_foundersreward.cpp \
gtest/test_wallet_zkeys.cpp \ gtest/test_wallet_zkeys.cpp \
gtest/test_jsonspirit.cpp \ gtest/test_jsonspirit.cpp \
gtest/test_tautology.cpp \ gtest/test_tautology.cpp \

View File

@@ -14,7 +14,7 @@
#include <boost/filesystem.hpp> #include <boost/filesystem.hpp>
#include "util.h" #include "util.h"
//#ifndef disable_founders #ifndef disable_founders
// To run tests: // To run tests:
// ./zcash-gtest --gtest_filter="founders_reward_test.*" // ./zcash-gtest --gtest_filter="founders_reward_test.*"
@@ -179,4 +179,4 @@ TEST(founders_reward_test, per_address_reward_testnet) {
SelectParams(CBaseChainParams::TESTNET); SelectParams(CBaseChainParams::TESTNET);
verifyNumberOfRewards(); verifyNumberOfRewards();
} }
//#endif #endif