aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.test.include
diff options
context:
space:
mode:
authorWladimir J. van der Laan <[email protected]>2014-11-03 14:55:28 +0100
committerWladimir J. van der Laan <[email protected]>2014-11-03 15:03:28 +0100
commit4e852e57b1732026722056a6bf22dfcf3f5dd53d (patch)
tree5c879c7c8a034c44314d16838a5092ae85e0b018 /src/Makefile.test.include
parentMerge pull request #5106 (diff)
parentminor cleanup: include orders, end comments etc. (diff)
downloaddiscoin-4e852e57b1732026722056a6bf22dfcf3f5dd53d.tar.xz
discoin-4e852e57b1732026722056a6bf22dfcf3f5dd53d.zip
Merge pull request #5186
771d500 minor cleanup: include orders, end comments etc. (Philip Kaufmann)
Diffstat (limited to 'src/Makefile.test.include')
-rw-r--r--src/Makefile.test.include8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/Makefile.test.include b/src/Makefile.test.include
index 340eb9f1a..6a8d9e58a 100644
--- a/src/Makefile.test.include
+++ b/src/Makefile.test.include
@@ -42,8 +42,8 @@ BITCOIN_TESTS =\
test/bloom_tests.cpp \
test/checkblock_tests.cpp \
test/Checkpoints_tests.cpp \
- test/compress_tests.cpp \
test/coins_tests.cpp \
+ test/compress_tests.cpp \
test/crypto_tests.cpp \
test/DoS_tests.cpp \
test/getarg_tests.cpp \
@@ -58,7 +58,9 @@ BITCOIN_TESTS =\
test/rpc_tests.cpp \
test/script_P2SH_tests.cpp \
test/script_tests.cpp \
+ test/scriptnum_tests.cpp \
test/serialize_tests.cpp \
+ test/sighash_tests.cpp \
test/sigopcount_tests.cpp \
test/skiplist_tests.cpp \
test/test_bitcoin.cpp \
@@ -66,9 +68,7 @@ BITCOIN_TESTS =\
test/transaction_tests.cpp \
test/uint256_tests.cpp \
test/univalue_tests.cpp \
- test/util_tests.cpp \
- test/scriptnum_tests.cpp \
- test/sighash_tests.cpp
+ test/util_tests.cpp
if ENABLE_WALLET
BITCOIN_TESTS += \