X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mono%2Ftests%2FMakefile.am;h=25e723d94bf9ada9ca51d8d2cff97d2c590a47c3;hb=3c5660e0c63458b7f660cc794192f3f5d6df9d6e;hp=6dbfb2c2930627f5f626d712ce7f2cc60f979427;hpb=94079432edc96c3d88c1bb1ce549b072c433a260;p=mono.git diff --git a/mono/tests/Makefile.am b/mono/tests/Makefile.am index 6dbfb2c2930..25e723d94bf 100644 --- a/mono/tests/Makefile.am +++ b/mono/tests/Makefile.am @@ -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