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:
Diffstat (limited to 'mcs/tests/Makefile')
-rw-r--r--mcs/tests/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/mcs/tests/Makefile b/mcs/tests/Makefile
index 43dac1baa97..fd283e2ee4b 100644
--- a/mcs/tests/Makefile
+++ b/mcs/tests/Makefile
@@ -61,9 +61,7 @@ COMPILER = $(topdir)/class/lib/$(PROFILE)/mcs.exe
TEST_PATTERN = 'test-*.cs'
endif
-TEST_ILS := $(wildcard *-lib.il)
-
-run-test-local: $(TEST_ILS:.il=.dll)
+run-test-local: test-377-lib.dll test-443-lib.dll
MONO_RUNTIME='$(RUNTIME)' $(TEST_RUNTIME) $(RUNTIME_FLAGS) $(topdir)/class/lib/$(PROFILE)/compiler-tester.exe positive $(TEST_PATTERN) $(COMPILER) known-issues-$(COMPILER_NAME) $(COMPILER_NAME).log
# do nothing for this target