aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xtestsuite/gna/issue1229/testsuite.sh8
1 files 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"