aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.test.include
diff options
context:
space:
mode:
authorPieter Wuille <pieter@wuille.net>2021-05-16 17:46:26 -0700
committerPieter Wuille <pieter@wuille.net>2021-05-24 16:04:44 -0700
commitbda33f98e2f32f2411fb0a8f5fb4f0a32abdf7d4 (patch)
treebb41555d3062fca157ca6e93ee8891a07b158181 /src/Makefile.test.include
parent2be4cd94f4c7d92a4287971233a20d68db81c9c9 (diff)
downloadbitcoin-bda33f98e2f32f2411fb0a8f5fb4f0a32abdf7d4.tar.xz
Add unit tests for serfloat module
Diffstat (limited to 'src/Makefile.test.include')
-rw-r--r--src/Makefile.test.include1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.test.include b/src/Makefile.test.include
index dc79ea3125..e5f9c4cb52 100644
--- a/src/Makefile.test.include
+++ b/src/Makefile.test.include
@@ -121,6 +121,7 @@ BITCOIN_TESTS =\
test/script_tests.cpp \
test/script_standard_tests.cpp \
test/scriptnum_tests.cpp \
+ test/serfloat_tests.cpp \
test/serialize_tests.cpp \
test/settings_tests.cpp \
test/sighash_tests.cpp \