From 85db1ee736a652b6e882d1ff35006ac34354a59f Mon Sep 17 00:00:00 2001 From: karubabu Date: Mon, 20 Apr 2020 17:56:52 +0900 Subject: [PATCH] tests: test programs will be compiled only when you run `make check`. --- tests/Makefile.am | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index 34bc5423..f0375158 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -21,8 +21,6 @@ TESTS_ENVIRONMENT = \ LOG_COMPILER = $(LIBTOOL) --mode=execute $(VALGRIND) $(VALGRIND_OPTS) check_PROGRAMS = rom-kana file-dict user-dict cdb-dict skkserv rule context basic TESTS = $(check_PROGRAMS) -noinst_PROGRAMS = $(TESTS) -noinst_HEADERS = common.h AM_CPPFLAGS = \ -I$(top_srcdir) $(LIBSKK_CFLAGS) \