aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
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 /scripts
parent783cbac7ba4c14aa7e27f28755dccd7e4ee4d54e (diff)
downloadghdl-062ff5b6a41caf93e03c417e31a8a6471993abf1.tar.gz
ghdl-062ff5b6a41caf93e03c417e31a8a6471993abf1.tar.bz2
ghdl-062ff5b6a41caf93e03c417e31a8a6471993abf1.zip
VHPI: add tests for loading libraries
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/ci-run.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/ci-run.sh b/scripts/ci-run.sh
index b0ebfd894..2854ee7f3 100755
--- a/scripts/ci-run.sh
+++ b/scripts/ci-run.sh
@@ -460,7 +460,7 @@ EOF
tests+=" synth"
fi
- tests+=" vpi"
+ tests+=" vpi vhpi"
# Run tests in docker container
$RUN "$GHDL_TEST_IMAGE" bash -c "GHDL=ghdl ./testsuite/testsuite.sh $tests"