aboutsummaryrefslogtreecommitdiff
path: root/tests/Makefile.am
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 /tests/Makefile.am
parent79d50b4ab53f5ea4de6041a52edf938ec0e9c7fd (diff)
downloadgrecs-c518c214671b4563fa0a0baa0be60050b4f1540d.tar.gz
grecs-c518c214671b4563fa0a0baa0be60050b4f1540d.tar.bz2
Incorporate wordsplit v1.0-9-g7eaa3c4
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am8
1 files changed, 5 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)

Return to:

Send suggestions and report system problems to the System administrator.