Skip to content

Commit

Permalink
Added TODO to fix src/test/bip324_tests.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
mxaddict committed Dec 27, 2023
1 parent 071843a commit 8a9d357
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Makefile.test.include
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ if USE_NATPMP
FUZZ_SUITE_LD_COMMON += $(NATPMP_LIBS)
endif

# test/bip324_tests.cpp \ TODO: NEED TO FIX THIS
# test_navcoin binary #
BITCOIN_TESTS =\
test/addrman_tests.cpp \
Expand All @@ -79,7 +80,7 @@ BITCOIN_TESTS =\
test/bech32_tests.cpp \
test/bech32_mod_tests.cpp \
test/bip32_tests.cpp \
# test/bip324_tests.cpp \ TODO: NEED TO FIX THIS
# test/bip324_tests.cpp \
test/blockchain_tests.cpp \
test/blockencodings_tests.cpp \
test/blockfilter_index_tests.cpp \
Expand Down

0 comments on commit 8a9d357

Please sign in to comment.