tests: move test_bkdev to lib/

Signed-off-by: Karel Zak <kzak@redhat.com>
This commit is contained in:
Karel Zak 2007-11-28 12:27:00 +01:00
parent 7df454fc9b
commit d00ed8911e
4 changed files with 12 additions and 5 deletions

View File

@ -5,6 +5,7 @@ SUBDIRS = \
disk-utils \
fdisk \
getopt \
lib \
login-utils \
misc-utils \
po \

View File

@ -578,6 +578,7 @@ fdisk/Makefile
getopt/Makefile
hwclock/Makefile
include/Makefile
lib/Makefile
login-utils/Makefile
misc-utils/Makefile
mount/Makefile

9
lib/Makefile.am Normal file
View File

@ -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

View File

@ -1,8 +1,4 @@
include $(top_srcdir)/config/include-Makefile.am
noinst_PROGRAMS = test_sysinfo test_blkdev
test_blkdev_SOURCES = $(top_srcdir)/lib/blkdev.c \
$(top_srcdir)/lib/linux_version.c
test_blkdev_CFLAGS = -DMAIN_TEST_BLKDEV
noinst_PROGRAMS = test_sysinfo