diff options
author | Tristan Gingold | 2014-12-21 07:38:33 +0100 |
---|---|---|
committer | Tristan Gingold | 2014-12-21 07:38:33 +0100 |
commit | 9a0c4d848946d6057722ca423d6096e20731404a (patch) | |
tree | 7e46ebac9e5a0f9c231b1390769df42e34927f71 /testsuite | |
parent | 17d4852b72d3b488cb3aaacf5fe3767f56a8c089 (diff) | |
download | ghdl-9a0c4d848946d6057722ca423d6096e20731404a.tar.gz ghdl-9a0c4d848946d6057722ca423d6096e20731404a.tar.bz2 ghdl-9a0c4d848946d6057722ca423d6096e20731404a.zip |
vcd/fst: handle complex signals. Fix crash.
Diffstat (limited to 'testsuite')
-rw-r--r-- | testsuite/testenv.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/testsuite/testenv.sh b/testsuite/testenv.sh index 18ea18f..ed19a39 100644 --- a/testsuite/testenv.sh +++ b/testsuite/testenv.sh @@ -22,6 +22,11 @@ GET_ENTITIES=../get_entities # Exit in case of failure in shell scripts. set -e +if [ x$GHDL = x ]; then + echo "error: GHDL environment variable is not defined" + exit 4 +fi + # Analyze files (no error expected) analyze () { |