summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2003-06-28 02:00:44 +0200
committerKevin Ryde <user42@zip.com.au>2003-06-28 02:00:44 +0200
commit29d4049baec1c91765bf7fa0f24aec32567db87e (patch)
tree9f1ee3282c1219a09f30fd4fee81503132c34211 /tests
parentdb956eede814ffd78fca99078e16b2a93b3e4703 (diff)
downloadgmp-29d4049baec1c91765bf7fa0f24aec32567db87e.tar.gz
* tests/mpf/t-get_d_2exp.c: New file.
* tests/mpf/Makefile.am (check_PROGRAMS): Add it.
Diffstat (limited to 'tests')
-rw-r--r--tests/mpf/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/mpf/Makefile.am b/tests/mpf/Makefile.am
index 8e7cf4d9a..5bba4e0d8 100644
--- a/tests/mpf/Makefile.am
+++ b/tests/mpf/Makefile.am
@@ -24,9 +24,9 @@
INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/tests
LDADD = $(top_builddir)/tests/libtests.la $(top_builddir)/libgmp.la
-check_PROGRAMS = t-add t-sub t-conv t-sqrt t-muldiv t-dm2exp reuse t-get_d \
- t-cmp_d t-cmp_si t-fits t-get_si t-gsprec t-inp_str t-int_p \
- t-set_si t-set_ui t-trunc
+check_PROGRAMS = t-add t-sub t-conv t-sqrt t-muldiv t-dm2exp reuse \
+ t-cmp_d t-cmp_si t-fits t-get_d t-get_d_2exp \
+ t-get_si t-gsprec t-inp_str t-int_p t-set_si t-set_ui t-trunc
TESTS = $(check_PROGRAMS)
$(top_builddir)/tests/libtests.la: