[runtime] Add a 'debug-domain-unload' MONO_DEBUG option to make the DEBUG_DOMAIN_UNLO...
[mono.git] / mono / benchmark / Makefile.am
index 68c057bd476b513398f3c9372e14e48951502786..62354f9311ead393b1b6d4e16f4f534c3b2ba313 100644 (file)
@@ -8,13 +8,24 @@ TESTSRC=                      \
        fib.cs                  \
        life.cs                 \
        castclass.cs            \
+       cmov1.cs                \
+       cmov2.cs                \
+       cmov3.cs                \
+       cmov4.cs                \
+       cmov5.cs                \
+       commute.cs              \
        isinst.cs               \
+       sbperf1.cs              \
+       sbperf2.cs              \
+       iconst-byte.cs          \
        inline1.cs              \
        inline2.cs              \
        inline3.cs              \
        inline4.cs              \
        inline5.cs              \
        inline6.cs              \
+       inline-readonly.cs      \
+       max-min.cs              \
        muldiv.cs               \
        loops.cs                \
        initlocals.cs           \
@@ -22,8 +33,16 @@ TESTSRC=                     \
        switch.cs               \
        ctor-bench.cs           \
        readonly.cs             \
+       readonly-byte-array.cs  \
+       readonly-inst.cs        \
+       readonly-vt.cs          \
+       regalloc.cs             \
+       regalloc-2.cs           \
        bulkcpy.il              \
-       math.cs
+       math.cs                 \
+       boxtest.cs              \
+       valuetype-hash-equals.cs \
+       vt2.cs
 
 TESTSI_TMP=$(TESTSRC:.cs=.exe)
 TESTSI=$(TESTSI_TMP:.il=.exe)