blob: 5600d18c2bc932bc9d07179904694d89b9bd3351 [file] [log] [blame]
include $(top_srcdir)/config/include-Makefile.am
AM_CPPFLAGS += -DTEST_PROGRAM
noinst_PROGRAMS = test_blkdev test_ismounted test_wholedisk
test_blkdev_SOURCES = blkdev.c
test_ismounted_SOURCES = ismounted.c
test_wholedisk_SOURCES = wholedisk.c
if LINUX
test_blkdev_SOURCES += linux_version.c
endif