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.
This commit is contained in:
Mike Frysinger 2021-11-19 21:26:57 -05:00
parent 2538d4f18b
commit 6e3e76d17b
4 changed files with 4 additions and 4 deletions

View 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"

View 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"

View 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"

View 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"