diff options
Diffstat (limited to 'tests/checkfs')
-rw-r--r-- | tests/checkfs/Makemodule.am | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/tests/checkfs/Makemodule.am b/tests/checkfs/Makemodule.am index 9f91373..631ab92 100644 --- a/tests/checkfs/Makemodule.am +++ b/tests/checkfs/Makemodule.am @@ -5,13 +5,6 @@ checkfs_CPPFLAGS = $(AM_CPPFLAGS) makefiles_SOURCES = tests/checkfs/makefiles.c makefiles_CPPFLAGS = $(AM_CPPFLAGS) -CHECKFS_BINS = \ - makefiles checkfs - EXTRA_DIST += tests/checkfs/README -if INSTALL_TESTS -pkglibexec_PROGRAMS += $(CHECKFS_BINS) -else -noinst_PROGRAMS += $(CHECKFS_BINS) -endif +test_PROGRAMS += makefiles checkfs |