When in JSON mode, run curve and tolerance tests

This commit is contained in:
Julien Vehent 2015-09-18 12:36:41 -04:00
parent 55918f3afb
commit 3dd0f58f4c
1 changed files with 2 additions and 0 deletions

View File

@ -1366,6 +1366,8 @@ do
;;
-j | -json | --json | --JSON)
OUTPUTFORMAT="json"
TEST_CURVES="True"
TEST_TOLERANCE="True"
shift
;;
-b | --benchmark)