From 6bc5cf204e74958e9e0d1ce0c4aea788d5fd58ba Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Thu, 16 Apr 2020 19:25:54 +0200 Subject: testsuite/gna: simplify test #1229 --- testsuite/gna/issue1229/testsuite.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/testsuite/gna/issue1229/testsuite.sh b/testsuite/gna/issue1229/testsuite.sh index 67082607b..067468bed 100755 --- a/testsuite/gna/issue1229/testsuite.sh +++ b/testsuite/gna/issue1229/testsuite.sh @@ -2,14 +2,14 @@ . ../../testenv.sh -gcc -c -fPIC aux.c -gcc -shared -o aux.so aux.o +# gcc -c -fPIC aux.c +# gcc -shared -o aux.so aux.o export GHDL_STD_FLAGS=--std=08 analyze pkg.vhdl tb.vhdl -elab_simulate tb +# elab_simulate tb clean -rm -f aux.o aux.so +# rm -f aux.o aux.so echo "Test successful" -- cgit v1.2.3