diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index ce8fc89..d4de62c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -32,11 +32,13 @@ check_PROGRAMS = noinst_LIBRARIES = noinst_PROGRAMS = noinst_SCRIPTS = -pkglibexec_PROGRAMS = -pkglibexec_SCRIPTS = dist_man1_MANS = dist_man8_MANS = +testdir = @TESTBINDIR@ +test_PROGRAMS = +test_SCRIPTS = + TESTS = EXTRA_DIST = COPYING |