Some benchmarks for ValueType Equals () and GetHashCode
[mono.git] / mono / benchmark / Makefile.am
index 857e5403f24887b5b2712cf823e4721595e0cd1e..b4d8c71ccc9fea1b0ec4be606e0465ff1865d2ed 100644 (file)
@@ -24,7 +24,9 @@ TESTSRC=                      \
        readonly.cs             \
        bulkcpy.il              \
        math.cs                 \
-       boxtest.cs
+       boxtest.cs              \
+       valuetype1.cs           \
+       valuetype2.cs
 
 TESTSI_TMP=$(TESTSRC:.cs=.exe)
 TESTSI=$(TESTSI_TMP:.il=.exe)