2009-03-15 Steven Munroe <munroesj@us.ibm.com>
authorZoltan Varga <vargaz@gmail.com>
Mon, 16 Mar 2009 15:40:30 +0000 (15:40 -0000)
committerZoltan Varga <vargaz@gmail.com>
Mon, 16 Mar 2009 15:40:30 +0000 (15:40 -0000)
This patch is contributed under the terms of the MIT/X11 license

* Makefile.am (test_platform): Enable testbundle for ppc.

svn path=/trunk/mono/; revision=129461

mono/tests/ChangeLog
mono/tests/Makefile.am

index 4377cc875f701e1503e4753deb709962088bcb03..a97d2c49223ee065a51f124ab96fd208785828bb 100644 (file)
@@ -1,3 +1,9 @@
+2009-03-15  Steven Munroe  <munroesj@us.ibm.com>
+
+       This patch is contributed under the terms of the MIT/X11 license
+
+       * Makefile.am (test_platform): Enable testbundle for ppc.
+
 2009-03-13  Mark Probst  <mark.probst@gmail.com>
 
        * coreclr-security.exe: Added a test for calling via a
index 6721817693b966c376b11ce4947a81af6c0d758c..022ebd0e20155a823d74fdb130d1a8edd737df62 100644 (file)
@@ -473,7 +473,7 @@ EXTRA_DIST=test-driver $(TEST_CS_SRC) $(TEST_IL_SRC) \
 
 # mkbundle works on ppc, but the pkg-config POC doesn't when run with make test
 if POWERPC
-test_platform:
+test_platform: testbundle
 else
 # Can't use mkbundle on win32 since there is no static build there
 # Can't run test-unhandled-exception on Windows because of all the debug popups...