From d6866aa8dd3adf69fc02b605cd3e70c24411edc5 Mon Sep 17 00:00:00 2001 From: Marcos Henrich Date: Fri, 28 Aug 2015 12:39:03 +0100 Subject: [PATCH] Target test-local in mono-symbolicate Makefile. mono-symbolicate tests were not called by recursive test due to not having the target test-local in its Makefile. --- mcs/tools/mono-symbolicate/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mcs/tools/mono-symbolicate/Makefile b/mcs/tools/mono-symbolicate/Makefile index 7e14ab8a62f..75d04c1e21c 100644 --- a/mcs/tools/mono-symbolicate/Makefile +++ b/mcs/tools/mono-symbolicate/Makefile @@ -39,7 +39,9 @@ BUILD_TEST_EXE = @\ mkdir -p $(OUT_DIR); \ $(MCS) -debug $(TEST_CS) -out:$(TEST_EXE) -check: all +check: test-local + +test-local: all $(BUILD_TEST_EXE) @echo "Checking $(PROGRAM) without AOT" $(CHECK_DIFF) -- 2.25.1