diff options
-rw-r--r-- | tests/arch_test.c | 1 | ||||
-rw-r--r-- | tests/platform_test | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/tests/arch_test.c b/tests/arch_test.c index 469c848a..9db75e57 100644 --- a/tests/arch_test.c +++ b/tests/arch_test.c @@ -27,6 +27,7 @@ char* all_archs[] = { "amd64", "ppc32", "ppc64", + "arm", NULL }; diff --git a/tests/platform_test b/tests/platform_test index 4d579011..22b58d95 100644 --- a/tests/platform_test +++ b/tests/platform_test @@ -12,6 +12,7 @@ all_platforms= all_platforms="$all_platforms x86-linux amd64-linux ppc32-linux ppc64-linux" +all_platforms="$all_platforms arm-linux" all_platforms="$all_platforms ppc32-aix5 ppc64-aix5" all_platforms="$all_platforms x86-darwin amd64-darwin" |