summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/SharedLibrary.py1
-rw-r--r--test/import.py1
2 files changed, 2 insertions, 0 deletions
diff --git a/test/SharedLibrary.py b/test/SharedLibrary.py
index 4ed33f6..9fa1141 100644
--- a/test/SharedLibrary.py
+++ b/test/SharedLibrary.py
@@ -147,6 +147,7 @@ f3b(void)
test.write('f3c.c', r"""
#include <stdio.h>
+void
f3c(void)
{
printf("f3c.c\n");
diff --git a/test/import.py b/test/import.py
index 76c003b..1390289 100644
--- a/test/import.py
+++ b/test/import.py
@@ -68,6 +68,7 @@ tools = [
'nasm',
'pdflatex',
'pdftex',
+ 'sgiar',
'sgias',
'sgicc',
'sgif77',