From bfe6917c376b436a8fe545fd98f7ec868b952a6c Mon Sep 17 00:00:00 2001 From: Julian Fleischer Date: Tue, 16 Oct 2018 12:01:16 +0200 Subject: [PATCH] add fakeit to test includes --- src/Makefile.test.include | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Makefile.test.include b/src/Makefile.test.include index 4133394923..396793465a 100644 --- a/src/Makefile.test.include +++ b/src/Makefile.test.include @@ -25,6 +25,7 @@ GENERATED_TEST_FILES = $(JSON_TEST_FILES:.json=.json.h) $(RAW_TEST_FILES:.raw=.r # test_unite binary # UNITE_TESTS =\ + test/fakeit/fakeit.hpp \ test/arith_uint256_tests.cpp \ test/scriptnum10.h \ test/addrman_tests.cpp \