aboutsummaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorumarcor <unai.martinezcorral@ehu.eus>2020-12-28 20:49:18 +0100
committerumarcor <unai.martinezcorral@ehu.eus>2020-12-28 23:48:09 +0100
commit147375c38a56820595df54047ad904cdc21d94ec (patch)
tree2755bff7094e05d3580d9c2818af5e9916e7ead5 /dist
parentaec9873b7f2a175611f431b7f67840cdb74eee96 (diff)
downloadghdl-147375c38a56820595df54047ad904cdc21d94ec.tar.gz
ghdl-147375c38a56820595df54047ad904cdc21d94ec.tar.bz2
ghdl-147375c38a56820595df54047ad904cdc21d94ec.zip
merge testsuite/python into testsuite/pyunit
Diffstat (limited to 'dist')
-rwxr-xr-xdist/ci-run.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/dist/ci-run.sh b/dist/ci-run.sh
index cd4a2572b..eb82c7e99 100755
--- a/dist/ci-run.sh
+++ b/dist/ci-run.sh
@@ -420,12 +420,12 @@ ci_run () {
if [ "x$IS_MACOS" = "xtrue" ]; then
CC=clang \
prefix="`cd ./install-mcode; pwd`/usr/local" \
- ./testsuite/testsuite.sh sanity gna vests vpi
+ ./testsuite/testsuite.sh sanity pyunit gna vests vpi
else
# Build ghdl/ghdl:$GHDL_IMAGE_TAG image
build_img_ghdl
# Run test in docker container
- tests="sanity"
+ tests="sanity pyunit"
if [ "x$ISGPL" != "xtrue" ]; then
tests="$tests gna"
fi