Skip to content

Commit

Permalink
build: don't compile tests during normal build
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Palus <[email protected]>
  • Loading branch information
jpalus committed Dec 8, 2024
1 parent b3f8bab commit 3c5292b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 3c5292b

Please sign in to comment.