mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-20 13:37:28 +02:00
MERGE FIX: move pegin witness test to beginning to maybe avoid dirtying other tests
This commit is contained in:
parent
a36ee6c0ed
commit
6c1c652493
1 changed files with 2 additions and 2 deletions
|
|
@ -29,6 +29,7 @@ BITCOIN_TEST_SUITE = \
|
|||
|
||||
# test_bitcoin binary #
|
||||
BITCOIN_TESTS =\
|
||||
test/pegin_witness_tests.cpp \
|
||||
test/arith_uint256_tests.cpp \
|
||||
test/scriptnum10.h \
|
||||
test/addrman_tests.cpp \
|
||||
|
|
@ -95,8 +96,7 @@ BITCOIN_TESTS =\
|
|||
test/util_tests.cpp \
|
||||
test/validation_block_tests.cpp \
|
||||
test/versionbits_tests.cpp \
|
||||
test/pegin_spent_tests.cpp \
|
||||
test/pegin_witness_tests.cpp
|
||||
test/pegin_spent_tests.cpp
|
||||
# ELEMENTS IN THE END
|
||||
|
||||
if ENABLE_PROPERTY_TESTS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue