summaryrefslogtreecommitdiffstats
path: root/lib/Makefile.am
diff options
context:
space:
mode:
authorKarel Zak2007-11-28 12:27:00 +0100
committerKarel Zak2007-11-28 12:27:00 +0100
commitd00ed8911ea20880de33994ec4d2df1f4a5ba2b0 (patch)
treebcd79de66eaf714c006d99cec6edb7ea0c4a3aa8 /lib/Makefile.am
parenttests: rename test_sysinfo, remove tailing white-spaces (diff)
downloadkernel-qcow2-util-linux-d00ed8911ea20880de33994ec4d2df1f4a5ba2b0.tar.gz
kernel-qcow2-util-linux-d00ed8911ea20880de33994ec4d2df1f4a5ba2b0.tar.xz
kernel-qcow2-util-linux-d00ed8911ea20880de33994ec4d2df1f4a5ba2b0.zip
tests: move test_bkdev to lib/
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r--lib/Makefile.am9
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
new file mode 100644
index 000000000..0e1321edb
--- /dev/null
+++ b/lib/Makefile.am
@@ -0,0 +1,9 @@
+include $(top_srcdir)/config/include-Makefile.am
+
+noinst_PROGRAMS = test_blkdev
+
+test_blkdev_SOURCES = $(top_srcdir)/lib/blkdev.c \
+ $(top_srcdir)/lib/linux_version.c
+test_blkdev_CFLAGS = -DMAIN_TEST_BLKDEV
+
+