aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xtestsuite/gna/issue1817/testsuite.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/testsuite/gna/issue1817/testsuite.sh b/testsuite/gna/issue1817/testsuite.sh
index 5c20675ca..f376af1f3 100755
--- a/testsuite/gna/issue1817/testsuite.sh
+++ b/testsuite/gna/issue1817/testsuite.sh
@@ -5,6 +5,8 @@
GHDL_STD_FLAGS=--std=08
if $GHDL --version | grep -q "GCC back-end code"; then
+ echo "GCC backend"
+ set -x
is_gcc=true
else
is_gcc=false
@@ -20,6 +22,7 @@ analyze full_adder_tb.vhdl
# Do not try to elaborate, libgcov may not be available
if [ "$is_gcc" = true ]; then
+ ls -l
test -f full_adder.gcno
test -f full_adder_tb.gcno
fi