From 6c1c65249333129b198eb975fd43778102820f29 Mon Sep 17 00:00:00 2001 From: Gregory Sanders Date: Thu, 31 Jan 2019 10:45:51 +0000 Subject: [PATCH] MERGE FIX: move pegin witness test to beginning to maybe avoid dirtying other tests --- src/Makefile.test.include | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Makefile.test.include b/src/Makefile.test.include index 4908c8767a..0f6895768f 100644 --- a/src/Makefile.test.include +++ b/src/Makefile.test.include @@ -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