2004-07-02 Zoltan Varga <vargaz@freemail.hu>
[mono.git] / mono / tests / Makefile.am
index 6dbfb2c2930627f5f626d712ce7f2cc60f979427..25e723d94bf9ada9ca51d8d2cff97d2c590a47c3 100644 (file)
@@ -57,6 +57,8 @@ TEST_CS_SRC=                  \
        pinvoke18.cs            \
        invoke.cs               \
        invoke2.cs              \
+       runtime-invoke.cs               \
+       invoke-string-ctors.cs          \
        reinit.cs               \
        box.cs                  \
        array.cs                \
@@ -148,6 +150,7 @@ TEST_CS_SRC=                        \
        marshal8.cs             \
        marshal9.cs             \
        marshal10.cs            \
+       test-byval-in-struct.cs \
        thread.cs               \
        thread5.cs              \
        thread6.cs              \
@@ -174,9 +177,6 @@ PLATFORM_DISABLED_TESTS=
 endif
 
 DISABLED_TESTS=                        \
-       remoting2.exe           \
-       remoting3.exe           \
-       appdomain-unload.exe    \
        $(PLATFORM_DISABLED_TESTS)
 
 # These only compile with MS CSC
@@ -320,6 +320,7 @@ INCLUDES = $(GLIB_CFLAGS)
 
 libtest_la_LDFLAGS = -rpath `pwd`
 libtest_la_SOURCES = libtest.c
+libtest_la_LIBADD = $(GLIB_LIBS)
 
-CLEANFILES = $(TESTSI_CS) $(TESTSI_IL) TestDriver.dll
+CLEANFILES = $(TESTSI_CS) $(TESTSI_IL) TestDriver.dll *.stdout