summaryrefslogtreecommitdiff
path: root/tests/mpz
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2001-06-07 22:58:36 +0200
committerKevin Ryde <user42@zip.com.au>2001-06-07 22:58:36 +0200
commit5411ce127b258a897b06dc7432f70fb8da01a693 (patch)
tree6d566239e06af59eb5d4ed0b39726dbb55f2f3b5 /tests/mpz
parentaaaf61d7dad7be9b08c85859831ed1c7025f34b2 (diff)
downloadgmp-5411ce127b258a897b06dc7432f70fb8da01a693.tar.gz
* tests/mpz/t-lucnum_ui.c: New file.
* tests/mpz/Makefile.am (check_PROGRAMS): Add it.
Diffstat (limited to 'tests/mpz')
-rw-r--r--tests/mpz/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/mpz/Makefile.am b/tests/mpz/Makefile.am
index c95cf576c..113e5e381 100644
--- a/tests/mpz/Makefile.am
+++ b/tests/mpz/Makefile.am
@@ -28,7 +28,8 @@ LDADD = $(top_builddir)/tests/libtests.la $(top_builddir)/libgmp.la
check_PROGRAMS = t-cmp t-mul t-mul_i t-tdiv t-tdiv_ui t-fdiv t-fdiv_ui t-gcd \
t-lcm dive dive_ui t-sqrtrem convert io logic bit \
t-powm t-powm_ui t-pow t-div_2exp reuse \
- t-root t-jac t-bin t-misc t-get_si t-fac_ui t-fib_ui t-scan t-fits \
+ 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