summaryrefslogtreecommitdiff
path: root/tests/tnorm.c
diff options
context:
space:
mode:
authorthevenyp <thevenyp@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2008-04-09 17:56:04 +0000
committerthevenyp <thevenyp@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2008-04-09 17:56:04 +0000
commit463d4f9a4f4dc10687b6967334675f8ac98b2b09 (patch)
treee55bb672304e852d26e2f348b6b15cbf9fba6999 /tests/tnorm.c
parentc741670a06e77e1028aef75820f281b3e9ea9c86 (diff)
downloadmpc-463d4f9a4f4dc10687b6967334675f8ac98b2b09.tar.gz
tests/tgeneric.c: Fix call to mpfr_print_rnd_mode.
tests/Makefile.am: remove generic test for mpc_norm. git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@89 211d60ee-9f03-0410-a15a-8952a2c7a4e4
Diffstat (limited to 'tests/tnorm.c')
-rw-r--r--tests/tnorm.c37
1 files changed, 0 insertions, 37 deletions
diff --git a/tests/tnorm.c b/tests/tnorm.c
deleted file mode 100644
index 6e0ff18..0000000
--- a/tests/tnorm.c
+++ /dev/null
@@ -1,37 +0,0 @@
-/* test file for mpc_norm.
-
-Copyright (C) 2007 INRIA.
-
-This file is part of the MPC Library.
-
-The MPC Library is free software; you can redistribute it and/or modify
-it under the terms of the GNU Lesser General Public License as published by
-the Free Software Foundation; either version 2.1 of the License, or (at your
-option) any later version.
-
-The MPC Library is distributed in the hope that it will be useful, but
-WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
-or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
-License for more details.
-
-You should have received a copy of the GNU Lesser General Public License
-along with the MPC Library; see the file COPYING.LIB. If not, write to
-the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
-MA 02111-1307, USA. */
-
-#include <stdio.h>
-#include <stdlib.h>
-#include "gmp.h"
-#include "mpfr.h"
-#include "mpc.h"
-
-#define TEST_FUNCTION mpc_norm
-#include "tgeneric.c"
-
-int
-main()
-{
- tgeneric ();
-
- return 0;
-}