Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Baulig <martin@novell.com>2004-08-27 19:48:24 +0400
committerMartin Baulig <martin@novell.com>2004-08-27 19:48:24 +0400
commite3483963bfd93d9ca63eabeb7e3c2b5e855302b0 (patch)
tree3441d1ce723cfda32ffeb5029083e95f0c9fa8da /mcs/errors/Makefile
parent2362704ad30ba4de333883309f4303d4deb0f2f4 (diff)
2004-08-27 Martin Baulig <martin@ximian.com>
* gmcs-ignore-tests: New file. This file lists tests which should not be run at all because they make the compiler hang. * gmcs-expect-no-error, gmcs-expect-wrong-error: Updated. * generics-expect-no-error: Updated. svn path=/trunk/mcs/; revision=32936
Diffstat (limited to 'mcs/errors/Makefile')
-rw-r--r--mcs/errors/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mcs/errors/Makefile b/mcs/errors/Makefile
index bf2802a0e14..7d8c5e25ae3 100644
--- a/mcs/errors/Makefile
+++ b/mcs/errors/Makefile
@@ -30,7 +30,7 @@ test-local:
# again, run-test is when the tests actually happen, so
# don't compile on make test.
-run-test-local: run-mcs-tests run-gmcs-tests run-generics-local
+run-test-local: run-mcs-tests run-gmcs-tests run-generics-tests
run-mcs-tests:
@ ./do-tests.pl mcs "$(CSCOMPILE)" "cs*.cs"
@@ -38,7 +38,7 @@ run-mcs-tests:
run-gmcs-tests:
@ ./do-tests.pl gmcs "$(GMCS_COMPILE)" "cs*.cs"
-run-generics-local:
+run-generics-tests:
@ ./do-tests.pl generics "$(GENERICS_COMPILE)" "gcs*.cs"
test-multi-local: