2005-06-09 Lluis Sanchez Gual <lluis@novell.com>
[mono.git] / mono / tests / Makefile.am
index 71b5967aa73255d0cdc3e11c9078dcb98a268cac..7b3f5b4e54c009d3b5c4a405f3ab20ce46d13999 100644 (file)
@@ -10,7 +10,7 @@ RUNTIME_ARGS=--config tests-config --optimize=all
 
 RUNTIME = MONO_PATH=$(mcs_topdir)/class/lib/default $(top_builddir)/runtime/mono-wrapper
 
-CSC = $(RUNTIME) $(mcs_topdir)/class/lib/default/mcs.exe --unsafe -nowarn:0162 -nowarn:0168 -nowarn:0219
+CSC = $(RUNTIME) $(mcs_topdir)/class/lib/default/mcs.exe -unsafe -nowarn:0162 -nowarn:0168 -nowarn:0219
 ILASM = $(RUNTIME) $(mcs_topdir)/ilasm/ilasm.exe
 
 BENCHSRC=fib.cs random.cs nested-loops.cs ackermann.cs tight-loop.cs sieve.cs
@@ -64,10 +64,8 @@ TEST_CS_SRC=                 \
        pinvoke1.cs             \
        pinvoke2.cs             \
        pinvoke3.cs             \
-       pinvoke10.cs            \
        pinvoke11.cs            \
        pinvoke13.cs            \
-       pinvoke15.cs            \
        pinvoke17.cs            \
        pinvoke18.cs            \
        invoke.cs               \
@@ -202,6 +200,7 @@ TEST_CS_SRC=                        \
        main-returns-background-abort-resetabort.cs     \
        main-returns-background-resetabort.cs   \
        main-returns-background.cs      \
+       main-returns-background-change.cs       \
        main-returns.cs \
        subthread-exit.cs       \
        desweak.cs
@@ -255,7 +254,7 @@ EXTRA_DIST=test-driver $(TEST_CS_SRC) $(TEST_IL_SRC) $(BENCHSRC) $(STRESS_TESTS_
 test:  testjit
 
 TestDriver.dll:
-       $(CSC) -target:library -o $@ $(srcdir)/../mini/TestDriver.cs
+       $(CSC) -target:library -out:$@ $(srcdir)/../mini/TestDriver.cs
 
 test_cs: $(TEST_PROG) $(TESTSI_CS) libtest.la
        @failed=0; \