Delete tests from ZEC that do not apply to us

This commit is contained in:
Duke Leto
2020-06-23 12:48:29 -04:00
parent 8c0faf62ef
commit 920667dd73
2 changed files with 2 additions and 196 deletions

View File

@@ -1,4 +1,5 @@
# Copyright (c) 2019-2020 Hush developers
# Released under the GPLv3
TESTS += komodo-gtest
bin_PROGRAMS += komodo-gtest
@@ -9,7 +10,6 @@ komodo_gtest_SOURCES = \
gtest/test_checktransaction.cpp \
gtest/json_test_vectors.cpp \
gtest/json_test_vectors.h \
# gtest/test_foundersreward.cpp \
gtest/test_wallet_zkeys.cpp \
# These tests are order-dependent, because they
# depend on global state (see #1539)