From 2fdbac6f0c3d14d02ebe546aec939c23dfcfe1d5 Mon Sep 17 00:00:00 2001 From: Julian Seward Date: Mon, 4 Jan 2010 10:31:41 +0000 Subject: [PATCH] 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 --- tests/arch_test.c | 1 + tests/platform_test | 1 + 2 files changed, 2 insertions(+) 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" -- 2.47.3