From 6e3e76d17b8443306f8629a6be575a141d201cb2 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Fri, 19 Nov 2021 21:26:57 -0500 Subject: [PATCH] sim: bfin: fix short --env usage in testsuite Now that we have more than one option that matches "--env", the test config here doesn't work. Use the explicit --environment. --- sim/testsuite/bfin/mdma-32bit-1d-neg-count.c | 2 +- sim/testsuite/bfin/mdma-32bit-1d.c | 2 +- sim/testsuite/bfin/mdma-8bit-1d-neg-count.c | 2 +- sim/testsuite/bfin/mdma-8bit-1d.c | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sim/testsuite/bfin/mdma-32bit-1d-neg-count.c b/sim/testsuite/bfin/mdma-32bit-1d-neg-count.c index e380254475d..c033c23f3e7 100644 --- a/sim/testsuite/bfin/mdma-32bit-1d-neg-count.c +++ b/sim/testsuite/bfin/mdma-32bit-1d-neg-count.c @@ -1,7 +1,7 @@ /* Basic MDMA device tests. # mach: bfin # cc: -mcpu=bf537 -nostdlib -lc -# sim: --env operating --model bf537 +# sim: --environment operating --model bf537 */ #include "test.h" diff --git a/sim/testsuite/bfin/mdma-32bit-1d.c b/sim/testsuite/bfin/mdma-32bit-1d.c index acb891ea35c..92160704ccb 100644 --- a/sim/testsuite/bfin/mdma-32bit-1d.c +++ b/sim/testsuite/bfin/mdma-32bit-1d.c @@ -1,7 +1,7 @@ /* Basic MDMA device tests. # mach: bfin # cc: -mcpu=bf537 -nostdlib -lc -# sim: --env operating --model bf537 +# sim: --environment operating --model bf537 */ #include "test.h" diff --git a/sim/testsuite/bfin/mdma-8bit-1d-neg-count.c b/sim/testsuite/bfin/mdma-8bit-1d-neg-count.c index 26ba577adf7..4ecf9737b16 100644 --- a/sim/testsuite/bfin/mdma-8bit-1d-neg-count.c +++ b/sim/testsuite/bfin/mdma-8bit-1d-neg-count.c @@ -1,7 +1,7 @@ /* Basic MDMA device tests. # mach: bfin # cc: -mcpu=bf537 -nostdlib -lc -# sim: --env operating --model bf537 +# sim: --environment operating --model bf537 */ #include "test.h" diff --git a/sim/testsuite/bfin/mdma-8bit-1d.c b/sim/testsuite/bfin/mdma-8bit-1d.c index 838409365ba..747b8e4c3b3 100644 --- a/sim/testsuite/bfin/mdma-8bit-1d.c +++ b/sim/testsuite/bfin/mdma-8bit-1d.c @@ -1,7 +1,7 @@ /* Basic MDMA device tests. # mach: bfin # cc: -mcpu=bf537 -nostdlib -lc -# sim: --env operating --model bf537 +# sim: --environment operating --model bf537 */ #include "test.h" -- 2.30.2