summaryrefslogtreecommitdiff
path: root/tests/mpcheck-float.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/mpcheck-float.c')
-rw-r--r--tests/mpcheck-float.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/mpcheck-float.c b/tests/mpcheck-float.c
index 590d261..fe3cf77 100644
--- a/tests/mpcheck-float.c
+++ b/tests/mpcheck-float.c
@@ -177,6 +177,12 @@ main (int argc, char *argv[])
argc --;
argv ++;
}
+ else if (strcmp (argv[1], "-check") == 0)
+ {
+ recheck = 1;
+ argc --;
+ argv ++;
+ }
else
{
fprintf (stderr, "Unknown option %s\n", argv[1]);