Skip to content

Commit cc98f9e

Browse files
committed
merge bitcoin#23670: Build minisketch test in make check, not in make
1 parent 606a444 commit cc98f9e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/Makefile.am

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ noinst_LTLIBRARIES =
104104

105105
bin_PROGRAMS =
106106
noinst_PROGRAMS =
107+
check_PROGRAMS =
107108
TESTS =
108109
BENCHMARKS =
109110

src/Makefile.minisketch.include

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ if ENABLE_TESTS
3131
if !ENABLE_FUZZ
3232
MINISKETCH_TEST = minisketch/test
3333
TESTS += $(MINISKETCH_TEST)
34-
noinst_PROGRAMS += $(MINISKETCH_TEST)
34+
check_PROGRAMS += $(MINISKETCH_TEST)
3535

3636
minisketch_test_SOURCES = $(MINISKETCH_TEST_SOURCES_INT)
3737
minisketch_test_CPPFLAGS = $(AM_CPPFLAGS) $(LIBMINISKETCH_CPPFLAGS)

0 commit comments

Comments
 (0)