From: Julian Seward Date: Tue, 26 Aug 2014 21:06:31 +0000 (+0000) Subject: Add a missing entry to all_archs[], the lack of which was causing X-Git-Tag: svn/VALGRIND_3_10_0~136 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c88407b17f7f9f61717a5916be96fd3d63979eeb;p=thirdparty%2Fvalgrind.git Add a missing entry to all_archs[], the lack of which was causing the test system to run arm64 tests on non-arm64 platforms. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14369 --- diff --git a/tests/arch_test.c b/tests/arch_test.c index ef00785087..a39da6a8b2 100644 --- a/tests/arch_test.c +++ b/tests/arch_test.c @@ -29,6 +29,7 @@ char* all_archs[] = { "ppc64", "ppc64le", "arm", + "arm64", "s390x", "mips32", "mips64",