summaryrefslogtreecommitdiffstats
path: root/lib/Makemodule.am
diff options
context:
space:
mode:
authorKarel Zak2017-01-04 15:44:51 +0100
committerKarel Zak2017-01-04 15:44:51 +0100
commit63dc575be3f956b3383d8be248b945b5b8fb2e28 (patch)
tree0d7f9b3a72cfa2a1334ca498fee551046f85c159 /lib/Makemodule.am
parentlib/linux_version: fix code indention (diff)
downloadkernel-qcow2-util-linux-63dc575be3f956b3383d8be248b945b5b8fb2e28.tar.gz
kernel-qcow2-util-linux-63dc575be3f956b3383d8be248b945b5b8fb2e28.tar.xz
kernel-qcow2-util-linux-63dc575be3f956b3383d8be248b945b5b8fb2e28.zip
build-sys: test_linux_version is Linux only
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'lib/Makemodule.am')
-rw-r--r--lib/Makemodule.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makemodule.am b/lib/Makemodule.am
index 4bc6d5f02..209a51dc5 100644
--- a/lib/Makemodule.am
+++ b/lib/Makemodule.am
@@ -61,7 +61,6 @@ check_PROGRAMS += \
test_colors \
test_fileutils \
test_ismounted \
- test_linux_version \
test_mangle \
test_randutils \
test_strutils \
@@ -124,6 +123,7 @@ test_sysfs_LDADD = $(LDADD) libcommon.la
test_pager_SOURCES = lib/pager.c
test_pager_CFLAGS = $(AM_CFLAGS) -DTEST_PROGRAM_PAGER
+check_PROGRAMS += test_linux_version
test_linux_version_SOURCES = lib/linux_version.c
test_linux_version_CFLAGS = $(AM_CFLAGS) -DTEST_PROGRAM_LINUXVERSION
endif