diff --git a/Makefile.am b/Makefile.am index 7c1fbfe614..8cb40e68a0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -168,7 +168,7 @@ else noinst_PROGRAMS = crun endif -noinst_PROGRAMS += tests/init $(UNIT_TESTS) tests/tests_libcrun_fuzzer +check_PROGRAMS = tests/init $(UNIT_TESTS) tests/tests_libcrun_fuzzer TESTS_LDADD = libcrun_testing.a $(FOUND_LIBS) $(maybe_libyajl.la)