Skip to content

Commit

Permalink
Update platform_test. Add s390x-linux. Remove AIX.
Browse files Browse the repository at this point in the history
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12259 a5019735-40e9-0310-863c-91ae7b9d1cf9
  • Loading branch information
florian committed Nov 6, 2011
1 parent 6a27ab3 commit 0de7471
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/platform_test
Expand Up @@ -13,7 +13,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 s390x-linux"
all_platforms="$all_platforms x86-darwin amd64-darwin"

if [ $# -ne 2 ] ; then
Expand Down

0 comments on commit 0de7471

Please sign in to comment.