aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2019-07-24 13:48:01 +0300
committerSergey Poznyakoff <gray@gnu.org>2019-07-24 13:48:01 +0300
commitc518c214671b4563fa0a0baa0be60050b4f1540d (patch)
tree3a4a266deb0efe0c8d5c69333e3a863b5b7fc9d4
parent79d50b4ab53f5ea4de6041a52edf938ec0e9c7fd (diff)
downloadgrecs-c518c214671b4563fa0a0baa0be60050b4f1540d.tar.gz
grecs-c518c214671b4563fa0a0baa0be60050b4f1540d.tar.bz2
Incorporate wordsplit v1.0-9-g7eaa3c4
-rw-r--r--tests/Makefile.am8
-rw-r--r--tests/wstest.at7
m---------wordsplit0
3 files changed, 12 insertions, 3 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 3fed2e1..676b944 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -162,17 +162,19 @@ endif
162 162
163LDADD = @GRECS_LDADD@ $(LIBINTL) $(LIBICONV) @GRECS_HOST_PROJECT_LDADD@ 163LDADD = @GRECS_LDADD@ $(LIBINTL) $(LIBICONV) @GRECS_HOST_PROJECT_LDADD@
164AM_CPPFLAGS = @GRECS_INCLUDES@ @GRECS_HOST_PROJECT_INCLUDES@ -I$(srcdir) 164AM_CPPFLAGS = @GRECS_INCLUDES@ @GRECS_HOST_PROJECT_INCLUDES@ -I$(srcdir)
165 165
166# Wordsplit testsuite 166# Wordsplit testsuite
167WSTEST = $(srcdir)/wstest 167WSTEST = $(srcdir)/wstest
168EXTRA_DIST += wstest wspackage.m4 wordsplit-version.h 168EXTRA_DIST += wstest wstest.at wspackage.m4 wordsplit-version.h
169$(WSTEST): $(top_srcdir)/@GRECS_SUBDIR@/wordsplit/wordsplit.at $(srcdir)/wspackage.m4 169$(WSTEST): wstest.at $(top_srcdir)/@GRECS_SUBDIR@/wordsplit/wordsplit.at $(srcdir)/wspackage.m4
170 $(AM_V_GEN)$(AUTOTEST) -I $(srcdir) \ 170 $(AM_V_GEN)$(AUTOTEST) -I $(srcdir) \
171 -I $(top_srcdir)/@GRECS_SUBDIR@/wordsplit \
171 wspackage.m4 \ 172 wspackage.m4 \
172 $(top_srcdir)/@GRECS_SUBDIR@/wordsplit/wordsplit.at \ 173 wstest.at \
174 wordsplit.at \
173 -o $(WSTEST).tmp 175 -o $(WSTEST).tmp
174 $(AM_V_at)mv $(WSTEST).tmp $(WSTEST) 176 $(AM_V_at)mv $(WSTEST).tmp $(WSTEST)
175 177
176$(srcdir)/wspackage.m4: $(top_srcdir)/configure.ac $(top_srcdir)/@GRECS_SUBDIR@/am/grecs.m4 178$(srcdir)/wspackage.m4: $(top_srcdir)/configure.ac $(top_srcdir)/@GRECS_SUBDIR@/am/grecs.m4
177 $(AM_V_GEN){\ 179 $(AM_V_GEN){\
178 if test -e $(top_srcdir)/@GRECS_SUBDIR@/wordsplit/.git; then \ 180 if test -e $(top_srcdir)/@GRECS_SUBDIR@/wordsplit/.git; then \
diff --git a/tests/wstest.at b/tests/wstest.at
new file mode 100644
index 0000000..c2ed109
--- /dev/null
+++ b/tests/wstest.at
@@ -0,0 +1,7 @@
1# This file is part of grecs -*- Autotest -*-
2# Test suite for the wordsplit module
3# Copyright (C) 2019 Sergey Poznyakoff
4# License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
5
6AT_INIT
7m4_include([wordsplit.at])
diff --git a/wordsplit b/wordsplit
Subproject d36275fe9adf1428fd2476defda9e1fcda56988 Subproject 7eaa3c45bedf204a274f5de2da4269d510d2bd5

Return to:

Send suggestions and report system problems to the System administrator.