diff options
author | Kevin Ryde <user42@zip.com.au> | 2004-03-03 21:55:32 +0100 |
---|---|---|
committer | Kevin Ryde <user42@zip.com.au> | 2004-03-03 21:55:32 +0100 |
commit | 07a2f37ba87a350c1da9231e41a41d79826c2aaf (patch) | |
tree | d2b00d0732b82becf2b416d5c0606d05d1771d17 /tests | |
parent | bf572ed85b2da56884665f12ad9918123d36f059 (diff) | |
download | gmp-07a2f37ba87a350c1da9231e41a41d79826c2aaf.tar.gz |
* tests/mpf/t-set_q.c: New file.
* tests/mpf/Makefile.am (check_PROGRAMS): Add it.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/mpf/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/mpf/Makefile.am b/tests/mpf/Makefile.am index 2f8e00d70..205aa076c 100644 --- a/tests/mpf/Makefile.am +++ b/tests/mpf/Makefile.am @@ -26,7 +26,8 @@ LDADD = $(top_builddir)/tests/libtests.la $(top_builddir)/libgmp.la check_PROGRAMS = t-add t-sub t-conv t-sqrt t-sqrt_ui t-muldiv t-dm2exp reuse \ t-cmp_d t-cmp_si t-fits t-get_d t-get_d_2exp \ - t-get_si t-get_ui t-gsprec t-inp_str t-int_p t-set t-set_si t-set_ui t-trunc + t-get_si t-get_ui t-gsprec t-inp_str t-int_p \ + t-set t-set_q t-set_si t-set_ui t-trunc TESTS = $(check_PROGRAMS) $(top_builddir)/tests/libtests.la: |