aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/issue1229/testsuite.sh
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/gna/issue1229/testsuite.sh')
-rwxr-xr-xtestsuite/gna/issue1229/testsuite.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/testsuite/gna/issue1229/testsuite.sh b/testsuite/gna/issue1229/testsuite.sh
index 067468bed..e241853f3 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 caux.c
+# gcc -shared -o caux.so caux.o
export GHDL_STD_FLAGS=--std=08
analyze pkg.vhdl tb.vhdl
# elab_simulate tb
clean
-# rm -f aux.o aux.so
+# rm -f caux.o caux.so
echo "Test successful"