From c518c214671b4563fa0a0baa0be60050b4f1540d Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Wed, 24 Jul 2019 13:48:01 +0300 Subject: Incorporate wordsplit v1.0-9-g7eaa3c4 --- tests/Makefile.am | 8 +++++--- tests/wstest.at | 7 +++++++ wordsplit | 2 +- 3 files changed, 13 insertions(+), 4 deletions(-) create mode 100644 tests/wstest.at 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 + +AT_INIT +m4_include([wordsplit.at]) diff --git a/wordsplit b/wordsplit index d36275f..7eaa3c4 160000 --- a/wordsplit +++ b/wordsplit @@ -1 +1 @@ -Subproject commit d36275fe9adf1428fd2476defda9e1fcda56988a +Subproject commit 7eaa3c45bedf204a274f5de2da4269d510d2bd56 -- cgit v1.2.1