Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/cad/ghdl/files/patch-testsuite_testsuite.sh
16461 views
1
- PyGHDL should be in a separate port
2
3
--- testsuite/testsuite.sh.orig 2023-02-23 20:12:21 UTC
4
+++ testsuite/testsuite.sh
5
@@ -110,7 +110,7 @@ for opt; do
6
esac
7
done
8
9
-if [ "x$tests" = "x" ]; then tests="sanity pyunit gna vests synth vpi vhpi"; fi
10
+if [ "x$tests" = "x" ]; then tests="sanity gna vests synth vpi vhpi"; fi
11
12
echo "> tests: $tests"
13
echo "> args: $@"
14
15