aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/testsuite.sh
diff options
context:
space:
mode:
authorMarlon James <marlon.james@gmail.com>2021-03-03 12:06:53 -0800
committertgingold <tgingold@users.noreply.github.com>2021-03-04 07:49:28 +0100
commit062ff5b6a41caf93e03c417e31a8a6471993abf1 (patch)
treefcc773b7c6a153e911120ee611945bb3347e91c2 /testsuite/testsuite.sh
parent783cbac7ba4c14aa7e27f28755dccd7e4ee4d54e (diff)
downloadghdl-062ff5b6a41caf93e03c417e31a8a6471993abf1.tar.gz
ghdl-062ff5b6a41caf93e03c417e31a8a6471993abf1.tar.bz2
ghdl-062ff5b6a41caf93e03c417e31a8a6471993abf1.zip
VHPI: add tests for loading libraries
Diffstat (limited to 'testsuite/testsuite.sh')
-rwxr-xr-xtestsuite/testsuite.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/testsuite.sh b/testsuite/testsuite.sh
index b52b0ea8d..947cc7d6f 100755
--- a/testsuite/testsuite.sh
+++ b/testsuite/testsuite.sh
@@ -97,7 +97,7 @@ for opt; do
esac
done
-if [ "x$tests" = "x" ]; then tests="sanity pyunit gna vests synth vpi"; fi
+if [ "x$tests" = "x" ]; then tests="sanity pyunit gna vests synth vpi vhpi"; fi
echo "> tests: $tests"
echo "> args: $@"
@@ -105,7 +105,7 @@ echo "> args: $@"
# Run a testsuite
do_test() {
case $1 in
- sanity|gna|synth|vpi)
+ sanity|gna|synth|vpi|vhpi)
gstart "[GHDL - test] $1"
cd "$1"
../suite_driver.sh $@