Add SDL.NET bindings, reorganize
[mono.git] / mono / tests / Makefile.am
index 0afd1578be049c586a9a0022d7ec7aef2a5ab2f6..aa7a78ff60ddd0197283dc169df229f0175aa21e 100644 (file)
@@ -50,6 +50,8 @@ TEST_CS_SRC=                  \
        pinvoke8.cs             \
        pinvoke9.cs             \
        invoke.cs               \
+       invoke2.cs              \
+       reinit.cs               \
        box.cs                  \
        array.cs                \
        enum.cs                 \
@@ -127,11 +129,15 @@ TEST_CS_SRC=                      \
        bound.cs                \
        array-invoke.cs         \
        decimal.cs              \
+       decimal-array.cs        \
        marshal1.cs             \
        marshal2.cs             \
+       marshal3.cs             \
+       marshal4.cs             \
        thread.cs               \
        thread5.cs              \
-       thread6.cs
+       thread6.cs              \
+       float-pop.cs
 
 TEST_IL_SRC=                   \
        cpblkTest.il            \