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
@@ -165,11 +165,13 @@ AM_CPPFLAGS = @GRECS_INCLUDES@ @GRECS_HOST_PROJECT_INCLUDES@ -I$(srcdir)
# Wordsplit testsuite
WSTEST = $(srcdir)/wstest
-EXTRA_DIST += wstest wspackage.m4 wordsplit-version.h
-$(WSTEST): $(top_srcdir)/@GRECS_SUBDIR@/wordsplit/wordsplit.at $(srcdir)/wspackage.m4
+EXTRA_DIST += wstest wstest.at wspackage.m4 wordsplit-version.h
+$(WSTEST): wstest.at $(top_srcdir)/@GRECS_SUBDIR@/wordsplit/wordsplit.at $(srcdir)/wspackage.m4
$(AM_V_GEN)$(AUTOTEST) -I $(srcdir) \
+ -I $(top_srcdir)/@GRECS_SUBDIR@/wordsplit \
wspackage.m4 \
- $(top_srcdir)/@GRECS_SUBDIR@/wordsplit/wordsplit.at \
+ wstest.at \
+ wordsplit.at \
-o $(WSTEST).tmp
$(AM_V_at)mv $(WSTEST).tmp $(WSTEST)
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 @@
+# This file is part of grecs -*- Autotest -*-
+# Test suite for the wordsplit module
+# Copyright (C) 2019 Sergey Poznyakoff
+# License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
+
+AT_INIT
+m4_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.