This commit is contained in:
jl777
2016-10-23 18:00:04 -03:00
parent a86b9b7f99
commit 8a1a972ad7
2 changed files with 3 additions and 1 deletions

View File

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

View File

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