summaryrefslogtreecommitdiffstats
path: root/tests/helpers
diff options
context:
space:
mode:
authorKarel Zak2012-07-30 17:59:16 +0200
committerKarel Zak2012-07-30 17:59:16 +0200
commit922e6775e0c731c7155e80de4cca3cd74fca2f9a (patch)
tree464a67b93b8ff55cdc214e63a25c3dfb8f730c10 /tests/helpers
parenttests: remove lt- prefixes (diff)
downloadkernel-qcow2-util-linux-922e6775e0c731c7155e80de4cca3cd74fca2f9a.tar.gz
kernel-qcow2-util-linux-922e6775e0c731c7155e80de4cca3cd74fca2f9a.tar.xz
kernel-qcow2-util-linux-922e6775e0c731c7155e80de4cca3cd74fca2f9a.zip
build-sys: move tests to check_PROGRAMS
Thanks to Mike Frysinger. Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'tests/helpers')
-rw-r--r--tests/helpers/Makemodule.am8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/helpers/Makemodule.am b/tests/helpers/Makemodule.am
index 0228cb327..9724dae09 100644
--- a/tests/helpers/Makemodule.am
+++ b/tests/helpers/Makemodule.am
@@ -1,12 +1,12 @@
-noinst_PROGRAMS += test_byteswap
+check_PROGRAMS += test_byteswap
test_byteswap_SOURCES = tests/helpers/test_byteswap.c
-noinst_PROGRAMS += test_md5
+check_PROGRAMS += test_md5
test_md5_SOURCES = tests/helpers/test_md5.c lib/md5.c
-noinst_PROGRAMS += test_pathnames
+check_PROGRAMS += test_pathnames
test_pathnames_SOURCES = tests/helpers/test_pathnames.c
-noinst_PROGRAMS += test_sysinfo
+check_PROGRAMS += test_sysinfo
test_sysinfo_SOURCES = tests/helpers/test_sysinfo.c