summaryrefslogtreecommitdiff
path: root/tests/mpq
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2001-05-03 00:27:21 +0200
committerKevin Ryde <user42@zip.com.au>2001-05-03 00:27:21 +0200
commit0a7b304648f99bda27e686a42385d950a21a209c (patch)
tree55441205f9946f5982bc0412cb9d9372b5a385d1 /tests/mpq
parent2840345bac03d752f8ae1215080fb9de87f7f7d0 (diff)
downloadgmp-0a7b304648f99bda27e686a42385d950a21a209c.tar.gz
* tests/mpq/t-set_str.c: New file.
* tests/mpq/Makefile.am: Add it.
Diffstat (limited to 'tests/mpq')
-rw-r--r--tests/mpq/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/mpq/Makefile.am b/tests/mpq/Makefile.am
index c0b00b4c4..edc1baeac 100644
--- a/tests/mpq/Makefile.am
+++ b/tests/mpq/Makefile.am
@@ -25,7 +25,8 @@ 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-equal t-get_d t-get_str t-md_2exp t-set_f
+check_PROGRAMS = t-cmp t-cmp_ui t-equal t-get_d t-get_str t-md_2exp \
+ t-set_f t-set_str
TESTS = $(check_PROGRAMS)
$(top_builddir)/tests/libtests.la: