diff options
author | umarcor <unai.martinezcorral@ehu.eus> | 2020-12-28 20:49:18 +0100 |
---|---|---|
committer | umarcor <unai.martinezcorral@ehu.eus> | 2020-12-28 22:55:46 +0100 |
commit | f940ff13f5aad6b2253017413182f80544546218 (patch) | |
tree | 94161a037294bbcebdb7844434e2abe553b32837 /dist | |
parent | 9088c8c03a2203f655482d00444a46f10f987b39 (diff) | |
download | ghdl-f940ff13f5aad6b2253017413182f80544546218.tar.gz ghdl-f940ff13f5aad6b2253017413182f80544546218.tar.bz2 ghdl-f940ff13f5aad6b2253017413182f80544546218.zip |
merge testsuite/python into testsuite/pyunit
Diffstat (limited to 'dist')
-rwxr-xr-x | dist/ci-run.sh | 4 |
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 |