From e1a1d1324d3c3d83f783e886783d89e96bc63f1a Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Fri, 23 Sep 2011 11:27:06 +0200 Subject: [PATCH] Add option -x4 in TESTS (see commit 64c0f9cb9f). --- Experimentations/make_params | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Experimentations/make_params b/Experimentations/make_params index 7dd1661..d2098c9 100755 --- a/Experimentations/make_params +++ b/Experimentations/make_params @@ -19,7 +19,7 @@ test -r "$TEMPLATE" || die "file not found: $TEMPLATE" for flavour in "I" "R"; do for distrib in "1" "N"; do for ratio in "1000:1" "100:1" "10:1" "1:1" "1:10" "1:100" "1:1000"; do - declare -a opts=( -m1e-4 -M10 ) + declare -a opts=( -x4 -m1e-4 -M10 ) case "$flavour" in "I") opts+=( -Z ) ;; "R") : ;; -- 2.39.5