blob: 631ab92500e0f04b8bb878e181689fb1b468e3ff (
plain)
1
2
3
4
5
6
7
8
9
10
|
checkfs_SOURCES = tests/checkfs/checkfs.c tests/checkfs/comm.c
checkfs_SOURCES += tests/checkfs/common.h
checkfs_CPPFLAGS = $(AM_CPPFLAGS)
makefiles_SOURCES = tests/checkfs/makefiles.c
makefiles_CPPFLAGS = $(AM_CPPFLAGS)
EXTRA_DIST += tests/checkfs/README
test_PROGRAMS += makefiles checkfs
|