aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.test.include
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2021-10-05 12:57:20 +0200
committerMarcoFalke <falke.marco@gmail.com>2021-10-06 20:01:42 +0200
commitfa1477e706504f45a7a0f51b9f4b8014ee6a7d8d (patch)
tree71d793ad1dce9cb285a5c3c26a32b517c33df8e7 /src/Makefile.test.include
parentc79d9fb2f6e5f47dcb0ac45d66a542dad0c8e7e4 (diff)
downloadbitcoin-fa1477e706504f45a7a0f51b9f4b8014ee6a7d8d.tar.xz
test: Add ParseMoney and ParseScript tests
Diffstat (limited to 'src/Makefile.test.include')
-rw-r--r--src/Makefile.test.include3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile.test.include b/src/Makefile.test.include
index be63214c23..d70793ffa9 100644
--- a/src/Makefile.test.include
+++ b/src/Makefile.test.include
@@ -119,8 +119,9 @@ BITCOIN_TESTS =\
test/sanity_tests.cpp \
test/scheduler_tests.cpp \
test/script_p2sh_tests.cpp \
- test/script_tests.cpp \
+ test/script_parse_tests.cpp \
test/script_standard_tests.cpp \
+ test/script_tests.cpp \
test/scriptnum_tests.cpp \
test/serfloat_tests.cpp \
test/serialize_tests.cpp \