summaryrefslogtreecommitdiff
path: root/tests/tsi_op.c
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2016-02-09 02:03:32 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2016-02-09 02:03:32 +0000
commita523771c769ed78cfd2fd5cba45b3eddd000e240 (patch)
tree517ee73a132eddf7df14274db145f4d36823353e /tests/tsi_op.c
parent535707944bcc563296c0d46a5b453d76579007c4 (diff)
downloadmpfr-a523771c769ed78cfd2fd5cba45b3eddd000e240.tar.gz
[tests/{tgeneric.c,tsi_op.c}] Added TODO.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@10004 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'tests/tsi_op.c')
-rw-r--r--tests/tsi_op.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/tsi_op.c b/tests/tsi_op.c
index 02c4e8c0c..f7c94bc88 100644
--- a/tests/tsi_op.c
+++ b/tests/tsi_op.c
@@ -23,6 +23,10 @@ http://www.gnu.org/licenses/ or write to the Free Software Foundation, Inc.,
#include "mpfr-test.h"
+/* TODO: Add generic tests for mpfr_si_sub and mpfr_si_div.
+ tgeneric_ui.c should probably be replaced by tgeneric.c,
+ with some changes, since tgeneric.c does more checks. */
+
#define ERROR1(s, i, z, exp) \
{\
printf("Error for "s" and i=%d\n", i);\