Merge pull request #1668 from alexanderkyte/bug1856
[mono.git] / mono / tests / Makefile.am
index 8908d2a2a9de3a7453d974d7590215e9a725a964..7d2e1acde3927d18df8577cd5817208a22cd9e02 100644 (file)
@@ -1,4 +1,4 @@
-SUBDIRS = cas assemblyresolve gc-descriptors
+SUBDIRS = assemblyresolve gc-descriptors
 
 check-local: assemblyresolve/test/asm.dll testjit test-generic-sharing test-type-load test-cattr-type-load test-reflection-load-with-context test_platform test-process-exit test-messages rm-empty-logs
 check-full: test-sgen check-local
@@ -90,6 +90,7 @@ BASE_TEST_CS_SRC=             \
        exception15.cs          \
        exception16.cs          \
        exception17.cs          \
+       exception18.cs          \
        typeload-unaligned.cs   \
        struct.cs               \
        valuetype-gettype.cs    \
@@ -179,6 +180,7 @@ BASE_TEST_CS_SRC=           \
        delegate8.cs            \
        delegate9.cs            \
        delegate10.cs           \
+       delegate11.cs           \
        remoting1.cs            \
        remoting2.cs            \
        remoting3.cs            \