summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2001-08-28 01:52:30 +0200
committerKevin Ryde <user42@zip.com.au>2001-08-28 01:52:30 +0200
commit41d761d1d264c97721b68758d72cc83904afa4f2 (patch)
tree8efc5256c8c9adc8c8108f284b771ae87a78f52b /tests
parent0c4b6476218f61042fb2a4c367f2540d19f596f6 (diff)
downloadgmp-41d761d1d264c97721b68758d72cc83904afa4f2.tar.gz
* tests/mpq/t-inp_str.c: New file.
* tests/mpq/Makefile.am (check_PROGRAMS): Add it.
Diffstat (limited to 'tests')
-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