diff options
Diffstat (limited to 'testsuite/testsuite.sh')
-rwxr-xr-x | testsuite/testsuite.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/testsuite.sh b/testsuite/testsuite.sh index b52b0ea8d..947cc7d6f 100755 --- a/testsuite/testsuite.sh +++ b/testsuite/testsuite.sh @@ -97,7 +97,7 @@ for opt; do esac done -if [ "x$tests" = "x" ]; then tests="sanity pyunit gna vests synth vpi"; fi +if [ "x$tests" = "x" ]; then tests="sanity pyunit gna vests synth vpi vhpi"; fi echo "> tests: $tests" echo "> args: $@" @@ -105,7 +105,7 @@ echo "> args: $@" # Run a testsuite do_test() { case $1 in - sanity|gna|synth|vpi) + sanity|gna|synth|vpi|vhpi) gstart "[GHDL - test] $1" cd "$1" ../suite_driver.sh $@ |