aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2019-06-24 16:14:30 +0300
committerSergey Poznyakoff <gray@gnu.org>2019-06-24 16:14:30 +0300
commitea3b78558f5510f143fba83b647b35398ce1461f (patch)
tree1db38bb45981c5814a5b7b2679354086554c5b51 /tests
parent985d3f42354b2c8e1525638d2187d875f465a69d (diff)
downloadpies-ea3b78558f5510f143fba83b647b35398ce1461f.tar.gz
pies-ea3b78558f5510f143fba83b647b35398ce1461f.tar.bz2
Add missing libintl libraries in tests
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 4631a2c..8260073 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -78,13 +78,14 @@ AM_CPPFLAGS = \
78 -I$(top_builddir)/gnu\ 78 -I$(top_builddir)/gnu\
79 @GRECS_INCLUDES@ 79 @GRECS_INCLUDES@
80 80
81LDADD = \ 81LDADD = \
82 ../lib/libpies.a\ 82 ../lib/libpies.a\
83 @GRECS_LDADD@\ 83 @GRECS_LDADD@\
84 ../gnu/libgnu.a 84 ../gnu/libgnu.a\
85 $(LTLIBINTL) $(LTLIBICONV)
85 86
86AUTOTEST = $(AUTOM4TE) --language=autotest 87AUTOTEST = $(AUTOM4TE) --language=autotest
87$(TESTSUITE): package.m4 $(TESTSUITE_AT) 88$(TESTSUITE): package.m4 $(TESTSUITE_AT)
88 $(AM_V_GEN)$(AUTOTEST) -I $(srcdir) testsuite.at -o $@.tmp 89 $(AM_V_GEN)$(AUTOTEST) -I $(srcdir) testsuite.at -o $@.tmp
89 $(AM_V_at)mv $@.tmp $@ 90 $(AM_V_at)mv $@.tmp $@
90 91

Return to:

Send suggestions and report system problems to the System administrator.