MERGE FIX: move pegin witness test to beginning to maybe avoid dirtying other tests

This commit is contained in:
Gregory Sanders 2019-01-31 10:45:51 +00:00
parent a36ee6c0ed
commit 6c1c652493

View file

@ -29,6 +29,7 @@ BITCOIN_TEST_SUITE = \
# test_bitcoin binary # # test_bitcoin binary #
BITCOIN_TESTS =\ BITCOIN_TESTS =\
test/pegin_witness_tests.cpp \
test/arith_uint256_tests.cpp \ test/arith_uint256_tests.cpp \
test/scriptnum10.h \ test/scriptnum10.h \
test/addrman_tests.cpp \ test/addrman_tests.cpp \
@ -95,8 +96,7 @@ BITCOIN_TESTS =\
test/util_tests.cpp \ test/util_tests.cpp \
test/validation_block_tests.cpp \ test/validation_block_tests.cpp \
test/versionbits_tests.cpp \ test/versionbits_tests.cpp \
test/pegin_spent_tests.cpp \ test/pegin_spent_tests.cpp
test/pegin_witness_tests.cpp
# ELEMENTS IN THE END # ELEMENTS IN THE END
if ENABLE_PROPERTY_TESTS if ENABLE_PROPERTY_TESTS