From a9e668e979a59b181eda56fd17d92832b8202198 Mon Sep 17 00:00:00 2001 From: arai Date: Sat, 25 May 2002 15:50:02 +0000 Subject: [PATCH] * configure.ac, Makefile.am: added tests. git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/lha/lha/trunk@101 6a8cc165-1e22-0410-a132-eb4e3f353aba --- Makefile.am | 2 +- configure.ac | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index e4cbcc7..eeed722 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6,4 +6,4 @@ EXTRA_DIST = CHANGES.euc MACHINES.euc MACHINES2.euc PROBLEMS.euc README.euc \ change-114e.txt change-114g.txt change-114h.txt change-114i.txt \ config.eng config.jpn.euc \ header.doc.euc -SUBDIRS= man src +SUBDIRS= man src tests diff --git a/configure.ac b/configure.ac index 428c90d..70b4d87 100644 --- a/configure.ac +++ b/configure.ac @@ -139,4 +139,5 @@ if test "x$enable_multibyte_char" = xyes; then fi AC_CONFIG_FILES([Makefile src/Makefile man/Makefile]) +AC_CONFIG_FILES([tests/Makefile tests/lha-test]) AC_OUTPUT -- 2.11.0