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:
authorMarek Safar <marek.safar@gmail.com>2009-03-23 18:05:00 +0300
committerMarek Safar <marek.safar@gmail.com>2009-03-23 18:05:00 +0300
commitfdc0c0a750e609c3238911afe89dfdd68fd12217 (patch)
tree31381de7036b8e81982a797000b4ebbe129d9bf6 /mcs/errors/Makefile
parent3595e7801633e1cb23269ecff4dfe3100217c4e4 (diff)
New test.
svn path=/trunk/mcs/; revision=130061
Diffstat (limited to 'mcs/errors/Makefile')
-rw-r--r--mcs/errors/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/mcs/errors/Makefile b/mcs/errors/Makefile
index 590da3db9e8..c539c9a36c1 100644
--- a/mcs/errors/Makefile
+++ b/mcs/errors/Makefile
@@ -11,7 +11,7 @@ ifeq (net_1_1, $(PROFILE))
MCS = $(with_mono_path) $(INTERNAL_MCS)
else
-EXTRA_SUPPORT_FILES = CSFriendAssembly-lib.dll GCS0122-2-lib.dll GCS0730-lib.dll GCS0733-lib.dll
+EXTRA_SUPPORT_FILES = CSFriendAssembly-lib.dll GCS0122-2-lib.dll GCS0730-lib.dll GCS0733-lib.dll GCS1685-lib.dll
endif
ilasm = $(topdir)/class/lib/net_1_1_bootstrap/ilasm.exe
@@ -84,6 +84,9 @@ run-mcs-tests:
rm -f *.exe *.mdb
$(TESTER) -mode:neg -files:$(TEST_PATTERN) -compiler:$(COMPILER) -issues:known-issues-$(COMPILER_NAME) -log:$(COMPILER_NAME).log $(TESTER_OPTIONS)
+cecil:
+ $(TESTER) -mode:neg -files:$(TEST_PATTERN) -compiler:../tests/gmcs.exe -issues:known-issues-$(COMPILER_NAME) -log:$(COMPILER_NAME).log $(TESTER_OPTIONS) -verbose
+
clean-local:
rm -f *.exe *.dll *.log *.mdb dummy.xml *.junk