Skip to content

Commit

Permalink
merge bitcoin#23670: Build minisketch test in make check, not in make
Browse files Browse the repository at this point in the history
  • Loading branch information
kwvg committed Oct 26, 2024
1 parent 915dafb commit 5127888
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ noinst_LTLIBRARIES =

bin_PROGRAMS =
noinst_PROGRAMS =
check_PROGRAMS =
TESTS =
BENCHMARKS =

Expand Down
2 changes: 1 addition & 1 deletion src/Makefile.minisketch.include
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ if ENABLE_TESTS
if !ENABLE_FUZZ
MINISKETCH_TEST = minisketch/test
TESTS += $(MINISKETCH_TEST)
noinst_PROGRAMS += $(MINISKETCH_TEST)
check_PROGRAMS += $(MINISKETCH_TEST)

minisketch_test_SOURCES = $(MINISKETCH_TEST_SOURCES_INT)
minisketch_test_CPPFLAGS = $(AM_CPPFLAGS) $(LIBMINISKETCH_CPPFLAGS)
Expand Down

0 comments on commit 5127888

Please sign in to comment.