aboutsummaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2014-09-09 00:35:55 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2015-12-17 15:22:41 +0200
commitbfc4869c9fda509e26a038d5c7485d800544bdf1 (patch)
treeb7263a5ff9626818763110c744da7dcceb465e44 /tests/Makefile.am
parent481198f01233e5e06e4f2ba2cb0d4a7c1b9acc79 (diff)
downloadgrecs-bfc4869c9fda509e26a038d5c7485d800544bdf1.tar.gz
grecs-bfc4869c9fda509e26a038d5c7485d800544bdf1.tar.bz2
Add wordsplit test (from mailutils)
* configure.ac (AC_CONFIG_SRCDIR): Fix argument * src/Make-inst.am (include_HEADERS): Add grecsopt.h * tests/.gitignore: Add wsp.c * tests/Makefile.am: Add new tests. * tests/testsuite.at: Likewise. * tests/wordsplit.at: New testcase. * tests/wsp.c: New test program.
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index d6b9d3e..a39f81b 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -111,6 +111,7 @@ TESTSUITE_AT = \
sort01.at\
testsuite.at\
vercmp.at\
+ wordsplit.at\
@GRECS_DISTCK_AT@
TESTSUITE = $(srcdir)/testsuite
@@ -140,7 +141,8 @@ noinst_PROGRAMS = \
gcfenum\
gcfpeek\
gcfset\
- gcfver
+ gcfver\
+ wsp
LDADD = @GRECS_LDADD@ $(LIBINTL)
AM_CPPFLAGS = @GRECS_INCLUDES@ @GRECS_HOST_PROJECT_INCLUDES@

Return to:

Send suggestions and report system problems to the System administrator.