From 922e6775e0c731c7155e80de4cca3cd74fca2f9a Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Mon, 30 Jul 2012 17:59:16 +0200 Subject: build-sys: move tests to check_PROGRAMS Thanks to Mike Frysinger. Signed-off-by: Karel Zak --- lib/Makemodule.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/Makemodule.am') diff --git a/lib/Makemodule.am b/lib/Makemodule.am index 064cc9f4e..6a6e9b259 100644 --- a/lib/Makemodule.am +++ b/lib/Makemodule.am @@ -34,7 +34,7 @@ if !HAVE_LANGINFO libcommon_la_SOURCES += lib/langinfo.c endif -noinst_PROGRAMS += \ +check_PROGRAMS += \ test_at \ test_blkdev \ test_canonicalize \ @@ -50,9 +50,9 @@ noinst_PROGRAMS += \ if LINUX if HAVE_CPU_SET_T -noinst_PROGRAMS += test_cpuset +check_PROGRAMS += test_cpuset endif -noinst_PROGRAMS += \ +check_PROGRAMS += \ test_sysfs \ test_loopdev endif -- cgit v1.2.3-55-g7522