freebsd-ports/cad/ghdl/files/patch-testsuite_testsuite.sh
Yuri Victorovich de77a221f0 cad/ghdl: Update 2.0.0-20230222 → 3.0.0
Reported by:	portscout
2023-03-08 20:29:03 -08:00

13 lines
377 B
Bash

- PyGHDL should be in a separate port
--- testsuite/testsuite.sh.orig 2023-02-23 20:12:21 UTC
+++ testsuite/testsuite.sh
@@ -110,7 +110,7 @@ for opt; do
esac
done
-if [ "x$tests" = "x" ]; then tests="sanity pyunit gna vests synth vpi vhpi"; fi
+if [ "x$tests" = "x" ]; then tests="sanity gna vests synth vpi vhpi"; fi
echo "> tests: $tests"
echo "> args: $@"