summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2001-06-15 00:40:14 +0200
committerKevin Ryde <user42@zip.com.au>2001-06-15 00:40:14 +0200
commit8fa13e6b2f4faebddfadf0b5f3b31d5212522aaf (patch)
tree73c06b87c553d470d1f0de0e9676075a2e43e5ef /tests
parent6da8e658503f60d763d5b6994440cafedfeb2cf4 (diff)
downloadgmp-8fa13e6b2f4faebddfadf0b5f3b31d5212522aaf.tar.gz
* tests/mpz/t-set_f.c: New file.
* tests/mpz/Makefile.am (check_PROGRAMS): Add it.
Diffstat (limited to 'tests')
-rw-r--r--tests/mpz/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/mpz/Makefile.am b/tests/mpz/Makefile.am
index 113e5e381..d608bc896 100644
--- a/tests/mpz/Makefile.am
+++ b/tests/mpz/Makefile.am
@@ -31,7 +31,7 @@ check_PROGRAMS = t-cmp t-mul t-mul_i t-tdiv t-tdiv_ui t-fdiv t-fdiv_ui t-gcd \
t-root t-jac t-bin t-misc t-get_si \
t-fac_ui t-fib_ui t-lucnum_ui t-scan t-fits \
t-divis t-divis_2exp t-cong t-cong_2exp t-sizeinbase t-set_str \
- t-aorsmul t-cmp_d t-popcount
+ t-aorsmul t-cmp_d t-popcount t-set_f
TESTS = $(check_PROGRAMS)