summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/mpq/Makefile.am9
1 files changed, 7 insertions, 2 deletions
diff --git a/tests/mpq/Makefile.am b/tests/mpq/Makefile.am
index f1e4f5c99..b7b19cf69 100644
--- a/tests/mpq/Makefile.am
+++ b/tests/mpq/Makefile.am
@@ -25,9 +25,14 @@ AUTOMAKE_OPTIONS = gnu no-dependencies $(top_builddir)/ansi2knr
INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/tests
LDADD = $(top_builddir)/tests/libtests.la $(top_builddir)/libgmp.la
-check_PROGRAMS = t-cmp t-cmp_ui t-cmp_si t-equal t-get_d t-get_str t-md_2exp \
- t-set_f t-set_str
+check_PROGRAMS = t-cmp t-cmp_ui t-cmp_si t-equal t-get_d t-get_str t-inp_str \
+ t-md_2exp t-set_f t-set_str
TESTS = $(check_PROGRAMS)
+# t-inp_str.tmp is used by t-inp_str.c and will be removed automatically if
+# the tests pass, but have it cleaned here in case the tests fail.
+#
+CLEANFILES = t-inp_str.tmp
+
$(top_builddir)/tests/libtests.la:
cd $(top_builddir)/tests; $(MAKE) $(AM_MAKEFLAGS) libtests.la