aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
@@ -167,7 +167,9 @@ AM_CPPFLAGS = @GRECS_INCLUDES@ @GRECS_HOST_PROJECT_INCLUDES@ -I$(srcdir)
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
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.