aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/testenv.sh
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-08-14 08:29:43 +0200
committerTristan Gingold <tgingold@free.fr>2019-08-14 08:29:43 +0200
commit9574e37fd4190e9fdfc81821d6fd808bf9ff405f (patch)
treef127960902005f46effd86421802739dc72daecb /testsuite/testenv.sh
parent58b2c934de954596e6e24591e0fc219be21bf850 (diff)
downloadghdl-9574e37fd4190e9fdfc81821d6fd808bf9ff405f.tar.gz
ghdl-9574e37fd4190e9fdfc81821d6fd808bf9ff405f.tar.bz2
ghdl-9574e37fd4190e9fdfc81821d6fd808bf9ff405f.zip
synth: add test for previous commit.
Diffstat (limited to 'testsuite/testenv.sh')
-rw-r--r--testsuite/testenv.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/testenv.sh b/testsuite/testenv.sh
index 81342569c..fe8e98b21 100644
--- a/testsuite/testenv.sh
+++ b/testsuite/testenv.sh
@@ -106,7 +106,7 @@ elab_simulate_failure ()
synth()
{
echo "Synthesis of $@" >&2
- "$GHDL" --synth $@
+ "$GHDL" --synth $GHDL_STD_FLAGS $@
}
# Check if a feature is present