Fix the tests makefile.
authorAlex Rønne Petersen <alexrp@xamarin.com>
Thu, 11 Jul 2013 17:54:35 +0000 (19:54 +0200)
committerAlex Rønne Petersen <alexrp@xamarin.com>
Thu, 11 Jul 2013 17:56:06 +0000 (19:56 +0200)
mono/tests/Makefile.am

index a4c89ed9d3d09f07bea6be9f9690544802c3dae7..4004a655685d03e6a91143207b9819bd5615b632 100644 (file)
@@ -442,7 +442,7 @@ if MIPS
 PLATFORM_DISABLED_TESTS=filter-stack.exe monitor.exe
 endif
 
-if S390x
+if S390X
 PLATFORM_DISABLED_TESTS=dynamic-method-resurrection.exe
 #PLATFORM_DISABLED_TESTS=dynamic-method-resurrection.exe exception17.exe
 endif
@@ -716,7 +716,7 @@ else
 if ARM
 test-sgen : sgen-tests
 else
-if S390x
+if S390X
 test-sgen : sgen-regular-tests
 endif
 endif