diff options
author | Kevin Ryde <user42@zip.com.au> | 2003-06-28 01:23:50 +0200 |
---|---|---|
committer | Kevin Ryde <user42@zip.com.au> | 2003-06-28 01:23:50 +0200 |
commit | 0b1c185e752a76f3656118cee4912cfbdc4b0bc5 (patch) | |
tree | b21b3d5cfd5b9a50e894eee093c35698280dcc7a /tests | |
parent | 622f1de1fb9e62c50ebf80b08aa4371ebd05b60f (diff) | |
download | gmp-0b1c185e752a76f3656118cee4912cfbdc4b0bc5.tar.gz |
* tests/mpz/t-get_d_2exp.c: New file.
* tests/mpz/Makefile.am (check_PROGRAMS): Add it.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/mpz/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/mpz/Makefile.am b/tests/mpz/Makefile.am index b1aff1a8c..c0ae5cb9f 100644 --- a/tests/mpz/Makefile.am +++ b/tests/mpz/Makefile.am @@ -27,7 +27,7 @@ LDADD = $(top_builddir)/tests/libtests.la $(top_builddir)/libgmp.la check_PROGRAMS = t-addsub t-cmp t-mul t-mul_i t-tdiv t-tdiv_ui t-fdiv \ t-fdiv_ui t-cdiv_ui t-gcd t-gcd_ui t-lcm dive dive_ui t-sqrtrem convert io \ t-inp_str logic bit t-powm t-powm_ui t-pow t-div_2exp reuse \ - t-root t-perfsqr t-jac t-bin t-get_d t-get_si t-set_si \ + t-root t-perfsqr t-jac t-bin t-get_d t-get_d_2exp t-get_si t-set_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-cmp_si t-hamdist t-oddeven t-popcount t-set_f \ |