From: Mark Wielaard Date: Thu, 10 Mar 2016 07:59:33 +0000 (+0000) Subject: Add arm64-linux to tests/platform_test. X-Git-Tag: svn/VALGRIND_3_12_0~196 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=64a5086cb1ec98300c9a7676717c555ed1aece44;p=thirdparty%2Fvalgrind.git Add arm64-linux to tests/platform_test. Prevent executing arm64-linux specific tests on other arches. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15827 --- diff --git a/tests/platform_test b/tests/platform_test index 965392157e..376f62eb41 100644 --- a/tests/platform_test +++ b/tests/platform_test @@ -12,7 +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 arm-linux arm64-linux" all_platforms="$all_platforms s390x-linux mips32-linux mips64-linux" all_platforms="$all_platforms x86-darwin amd64-darwin" all_platforms="$all_platforms x86-solaris amd64-solaris"