2002-05-16 Dietmar Maurer <dietmar@ximian.com>
[mono.git] / mono / tests / Makefile.am
index 5d380f3edccd98c4987fcad4a1c2142a69b05c55..7c4ade4f7e1ef5c4a32d5f03e7fcc8159ba08b55 100644 (file)
@@ -9,6 +9,7 @@ BENCHSRC=fib.cs random.cs nested-loops.cs ackermann.cs tight-loop.cs sieve.cs
 TESTSRC=                       \
        array-init.cs           \
        arraylist.cs            \
+       char-isnumber.cs        \
        field-layout.cs         \
        hash-table.cs           \
        test-ops.cs             \
@@ -26,10 +27,15 @@ TESTSRC=                    \
        exception5.cs           \
        exception6.cs           \
        exception7.cs           \
+       exception8.cs           \
+       exception10.cs          \
+       exception11.cs          \
+       exception12.cs          \
        struct.cs               \
        valuetype-gettype.cs    \
        static-constructor.cs   \
        pinvoke.cs              \
+       pinvoke1.cs             \
        box.cs                  \
        array.cs                \
        enum.cs                 \
@@ -69,6 +75,7 @@ TESTSRC=                      \
        indexer.cs              \
        stream.cs               \
        console.cs              \
+       shift.cs                \
        jit-int.cs              \
        jit-uint.cs             \
        jit-long.cs             \
@@ -82,7 +89,21 @@ TESTSRC=                     \
        pointer.cs              \
        vararg.cs               \
        rounding.cs             \
-       hashcode.cs     
+       hashcode.cs             \
+       delegate1.cs            \
+       delegate2.cs            \
+       delegate3.cs            \
+       delegate4.cs            \
+       delegate5.cs            \
+       remoting1.cs            \
+       remoting2.cs            \
+       remoting3.cs            \
+       nonvirt.cs              \
+       largeexp.cs             \
+       largeexp2.cs            \
+       marshalbyref1.cs        \
+       static-ctor.cs          \
+       inctest.cs
 
 
 TESTSI=$(TESTSRC:.cs=.exe)