aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/testenv.sh
diff options
context:
space:
mode:
authorBrian Drummond <brian@shapes.demon.co.uk>2013-12-24 16:54:03 +0000
committerBrian Drummond <brian@shapes.demon.co.uk>2013-12-24 16:54:03 +0000
commit663b942b97aa629489eb06b53ecb6682e9f5fbac (patch)
tree34286e5d5b448b49c50497f1406b43c7b1bf0cf7 /testsuite/testenv.sh
parent0a96f62124b33a501dafa2da71dc890aad386491 (diff)
downloadghdl-663b942b97aa629489eb06b53ecb6682e9f5fbac.tar.gz
ghdl-663b942b97aa629489eb06b53ecb6682e9f5fbac.tar.bz2
ghdl-663b942b97aa629489eb06b53ecb6682e9f5fbac.zip
Testsuite changes to elaborate and run tests marked run_compliant_test
Diffstat (limited to 'testsuite/testenv.sh')
-rw-r--r--testsuite/testenv.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/testenv.sh b/testsuite/testenv.sh
index 9283fa058..ef8f86250 100644
--- a/testsuite/testenv.sh
+++ b/testsuite/testenv.sh
@@ -16,6 +16,7 @@
#GHDL=ghdl
RM=rm
LN=ln
+GET_ENTITIES=../get_entities
# Exit in case of failure in shell scripts.
set -e