Description: Skip tests for features not built in Debian
 VITAL is not included in the Debian build and so the test attempting to
 include it must be disabled so that they won't count as a failure.
Author: Andreas Bombe <aeb@debian.org>
Forwarded: not-needed
Last-Update: 2022-11-26
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/testsuite/gna/issue1875/testsuite.sh
+++ b/testsuite/gna/issue1875/testsuite.sh
@@ -2,6 +2,9 @@
 
 . ../../testenv.sh
 
+echo "Test skipped, VITAL not supported"
+exit 0
+
 export GHDL_STD_FLAGS="--std=08 -frelaxed"
 analyze test.vhdl
 elab_simulate test
