2007-12-20 Zoltan Varga <vargaz@gmail.com>
authorZoltan Varga <vargaz@gmail.com>
Thu, 20 Dec 2007 19:27:25 +0000 (19:27 -0000)
committerZoltan Varga <vargaz@gmail.com>
Thu, 20 Dec 2007 19:27:25 +0000 (19:27 -0000)
* Makefile.am: Enable the async-exc-compilation test on x86/amd64.

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

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

index a6f20a0df22aec9c26cf70191cd9df1f3774ec37..5fdb91a75ff63cbb6b76be6a55a4068397b4da94 100644 (file)
@@ -1,3 +1,7 @@
+2007-12-20  Zoltan Varga  <vargaz@gmail.com>
+
+       * Makefile.am: Enable the async-exc-compilation test on x86/amd64.
+
 2007-12-17  Mark Probst  <mark.probst@gmail.com>
 
        * thread-exit.cs, Makefile.am: Test case for #347676.
index 5758cd802231a88cb414523b451476657e5f7ee9..7b8241a5976baa4fd9818ab18e4c52a403a60727 100644 (file)
@@ -245,6 +245,14 @@ TEST_CS_SRC=                       \
        soft-float-tests.cs     \
        thread-exit.cs
 
+if AMD64
+TEST_CS_SRC+=async-exc-compilation.cs
+endif
+
+if X86
+TEST_CS_SRC+=async-exc-compilation.cs
+endif
+
 if X86
 # bug #71274
 PLATFORM_DISABLED_TESTS=finalizer-abort.exe finalizer-exception.exe finalizer-exit.exe