summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortege <tege@gmplib.org>2002-05-07 02:37:00 +0200
committertege <tege@gmplib.org>2002-05-07 02:37:00 +0200
commit35b1527c4c385db622a6be833a5633f32558b3bf (patch)
tree46c42c9e9bd42ca1e24e3dbc8a2e3675d62af15b
parentaed8b05efd6f0a0c9fe2fe65668a5c2826d45eb3 (diff)
downloadgmp-35b1527c4c385db622a6be833a5633f32558b3bf.tar.gz
(check_PROGRAMS): Add t-addsub.
-rw-r--r--tests/mpz/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/mpz/Makefile.am b/tests/mpz/Makefile.am
index b192d8cd9..a513b81a0 100644
--- a/tests/mpz/Makefile.am
+++ b/tests/mpz/Makefile.am
@@ -26,9 +26,9 @@ 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-mul t-mul_i t-tdiv t-tdiv_ui t-fdiv t-fdiv_ui \
- t-cdiv_ui t-gcd 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 \
+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-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-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 \