diff options
| author | Tristan Gingold <tgingold@free.fr> | 2022-08-07 08:23:03 +0200 |
|---|---|---|
| committer | Tristan Gingold <tgingold@free.fr> | 2022-08-07 10:00:15 +0200 |
| commit | bf1a98f5ebfd51680956fd7379652c1060f8e571 (patch) | |
| tree | 8c38164730dfd06ed685fea73fd844c6e8c4c2d9 | |
| parent | 4c1d9cba10b9f2c415d3537431568e7053594602 (diff) | |
| download | ghdl-bf1a98f5ebfd51680956fd7379652c1060f8e571.tar.gz ghdl-bf1a98f5ebfd51680956fd7379652c1060f8e571.tar.bz2 ghdl-bf1a98f5ebfd51680956fd7379652c1060f8e571.zip | |
testsuite/gna: adjust tests
| -rwxr-xr-x | testsuite/gna/bug0126/testsuite.sh | 1 | ||||
| -rwxr-xr-x | testsuite/gna/issue2103/testsuite.sh | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/testsuite/gna/bug0126/testsuite.sh b/testsuite/gna/bug0126/testsuite.sh index 5defdcf1e..18cdb30f1 100755 --- a/testsuite/gna/bug0126/testsuite.sh +++ b/testsuite/gna/bug0126/testsuite.sh @@ -2,6 +2,7 @@ . ../../testenv.sh +export GHDL_STD_FLAGS=--std=93 analyze_failure repro.vhdl clean diff --git a/testsuite/gna/issue2103/testsuite.sh b/testsuite/gna/issue2103/testsuite.sh index 7bc24fd37..9551f18b4 100755 --- a/testsuite/gna/issue2103/testsuite.sh +++ b/testsuite/gna/issue2103/testsuite.sh @@ -2,6 +2,7 @@ . ../../testenv.sh +export GHDL_STD_FLAGS=--std=93 analyze_failure repro.vhdl analyze_failure repro2.vhdl analyze_failure repro3.vhdl |
