Skip to content

Commit

Permalink
makefile: moved sapling_wallet_tests.cpp to wallet tests section.
Browse files Browse the repository at this point in the history
  • Loading branch information
furszy committed Oct 22, 2020
1 parent b8cea53 commit 62f58f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Makefile.test.include
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ BITCOIN_TESTS =\
test/librust/wallet_zkeys_tests.cpp \
test/librust/merkletree_tests.cpp \
test/librust/transaction_builder_tests.cpp \
test/librust/sapling_wallet_tests.cpp \
test/base32_tests.cpp \
test/base58_tests.cpp \
test/base64_tests.cpp \
Expand Down Expand Up @@ -117,7 +116,8 @@ if ENABLE_WALLET
BITCOIN_TESTS += \
test/librust/sapling_rpc_wallet_tests.cpp \
wallet/test/wallet_tests.cpp \
wallet/test/crypto_tests.cpp
wallet/test/crypto_tests.cpp \
test/librust/sapling_wallet_tests.cpp
endif

test_test_pivx_SOURCES = $(BITCOIN_TEST_SUITE) $(BITCOIN_TESTS) $(JSON_TEST_FILES) $(RAW_TEST_FILES)
Expand Down

0 comments on commit 62f58f5

Please sign in to comment.