diff options
author | zimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4> | 2000-12-01 14:30:41 +0000 |
---|---|---|
committer | zimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4> | 2000-12-01 14:30:41 +0000 |
commit | 0ea08f43d4ea2c2568c569ad43df76dabd7d149e (patch) | |
tree | 2262492ffb9be81f76f941d960730ddf55543f52 /tests/Makefile.am | |
parent | ee841b1997efd1b390100e7d8317403eb1ca376a (diff) | |
download | mpfr-0ea08f43d4ea2c2568c569ad43df76dabd7d149e.tar.gz |
added swap/tswap
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@819 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index baf1291f8..78b617ffc 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,4 +1,4 @@ -check_PROGRAMS= tabs tadd tagm tcan_round tcmp tcmp_ui tdiv tdiv_ui tdump texp tget_str tlog tlog2 tmul tmul_2exp tmul_ui tout_str tpi tround tset_d tset_f tset_q tset_si tset_str tset_z tsqrt tsqrt_ui tui_div tui_sub tzeta tsin_cos +check_PROGRAMS= tabs tadd tagm tcan_round tcmp tcmp_ui tdiv tdiv_ui tdump texp tget_str tlog tlog2 tmul tmul_2exp tmul_ui tout_str tpi tround tset_d tset_f tset_q tset_si tset_str tset_z tsqrt tsqrt_ui tui_div tui_sub tzeta tsin_cos tswap LDADD= $(top_builddir)/libmpfr.a @LDADD@ INCLUDES=@INCLUDES@ -I$(top_srcdir) |