From: Julian Seward Date: Mon, 4 Jan 2010 10:31:41 +0000 (+0000) Subject: Update arch_test.c properly for arm-linux, and add an entry to X-Git-Tag: svn/VALGRIND_3_6_0~417 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2fdbac6f0c3d14d02ebe546aec939c23dfcfe1d5;p=thirdparty%2Fvalgrind.git Update arch_test.c properly for arm-linux, and add an entry to platform_test. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11007 --- diff --git a/tests/arch_test.c b/tests/arch_test.c index 469c848a66..9db75e5782 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 4d57901136..22b58d9511 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"