From 062ff5b6a41caf93e03c417e31a8a6471993abf1 Mon Sep 17 00:00:00 2001 From: Marlon James Date: Wed, 3 Mar 2021 12:06:53 -0800 Subject: VHPI: add tests for loading libraries --- scripts/ci-run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/ci-run.sh') 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" -- cgit v1.2.3