From 147375c38a56820595df54047ad904cdc21d94ec Mon Sep 17 00:00:00 2001 From: umarcor Date: Mon, 28 Dec 2020 20:49:18 +0100 Subject: merge testsuite/python into testsuite/pyunit --- dist/ci-run.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dist') 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 -- cgit v1.2.3