aboutsummaryrefslogtreecommitdiff
path: root/src/univalue/sources.mk
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2022-07-14 16:48:06 +0100
committerfanquake <fanquake@gmail.com>2022-07-18 09:15:18 +0100
commit70d807c35514f999faba49701fd26f6fb8947564 (patch)
tree8b4f03d1a72655cc66b2a26a27cbf2e82e5e9131 /src/univalue/sources.mk
parent98a0ae6b245dca088610094ff92c14ce395d4958 (diff)
downloadbitcoin-70d807c35514f999faba49701fd26f6fb8947564.tar.xz
refactor: integrate no_nul into univalue unitester
Diffstat (limited to 'src/univalue/sources.mk')
-rw-r--r--src/univalue/sources.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/univalue/sources.mk b/src/univalue/sources.mk
index 0cba432ecf..5e4d9c3831 100644
--- a/src/univalue/sources.mk
+++ b/src/univalue/sources.mk
@@ -25,9 +25,6 @@ UNIVALUE_TEST_UNITESTER_INT += %reldir%/test/unitester.cpp
UNIVALUE_TEST_JSON_INT =
UNIVALUE_TEST_JSON_INT += %reldir%/test/test_json.cpp
-UNIVALUE_TEST_NO_NUL_INT =
-UNIVALUE_TEST_NO_NUL_INT += %reldir%/test/no_nul.cpp
-
UNIVALUE_TEST_OBJECT_INT =
UNIVALUE_TEST_OBJECT_INT += %reldir%/test/object.cpp