aboutsummaryrefslogtreecommitdiff
path: root/tests/arch_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/arch_test.c')
-rw-r--r--tests/arch_test.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/arch_test.c b/tests/arch_test.c
index a39da6a8b..81a12ec67 100644
--- a/tests/arch_test.c
+++ b/tests/arch_test.c
@@ -33,6 +33,7 @@ char* all_archs[] = {
"s390x",
"mips32",
"mips64",
+ "tilegx",
NULL
};
@@ -74,6 +75,9 @@ static Bool go(char* arch)
#elif defined(VGP_mips64_linux)
if ( 0 == strcmp( arch, "mips64" ) ) return True;
+#elif defined(VGP_tilegx_linux)
+ if ( 0 == strcmp( arch, "tilegx" ) ) return True;
+
#else
# error Unknown platform
#endif // VGP_*