|
From: <sv...@va...> - 2010-01-04 10:31:49
|
Author: sewardj
Date: 2010-01-04 10:31:41 +0000 (Mon, 04 Jan 2010)
New Revision: 11007
Log:
Update arch_test.c properly for arm-linux, and add an entry to
platform_test.
Modified:
trunk/tests/arch_test.c
trunk/tests/platform_test
Modified: trunk/tests/arch_test.c
===================================================================
--- trunk/tests/arch_test.c 2010-01-04 01:01:02 UTC (rev 11006)
+++ trunk/tests/arch_test.c 2010-01-04 10:31:41 UTC (rev 11007)
@@ -27,6 +27,7 @@
"amd64",
"ppc32",
"ppc64",
+ "arm",
NULL
};
Modified: trunk/tests/platform_test
===================================================================
--- trunk/tests/platform_test 2010-01-04 01:01:02 UTC (rev 11006)
+++ trunk/tests/platform_test 2010-01-04 10:31:41 UTC (rev 11007)
@@ -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"
|