sim: bfin: fix short --env usage in testsuite
authorMike Frysinger <vapier@gentoo.org>
Sat, 20 Nov 2021 02:26:57 +0000 (21:26 -0500)
committerMike Frysinger <vapier@gentoo.org>
Sat, 20 Nov 2021 02:27:50 +0000 (21:27 -0500)
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
sim/testsuite/bfin/mdma-32bit-1d.c
sim/testsuite/bfin/mdma-8bit-1d-neg-count.c
sim/testsuite/bfin/mdma-8bit-1d.c

index e380254475de19f11ca6bd6a91b25e5baf33d852..c033c23f3e7aaced4c21fc3827b79e7c21b00c33 100644 (file)
@@ -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"
index acb891ea35c7a9e6dac66b37a0fef06ebd4c8023..92160704ccb18d7ee7f70d289c595b8cdcec02f7 100644 (file)
@@ -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"
index 26ba577adf71720266f493b3e785321a528c911c..4ecf9737b1618422450d04853a523d72ef15dda5 100644 (file)
@@ -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"
index 838409365ba187f21ed1ecda05bc16c7321bc54f..747b8e4c3b304d229e02204ea8eaaae94442aa51 100644 (file)
@@ -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"