Target test-local in mono-symbolicate Makefile.
authorMarcos Henrich <marcos.henrich@xamarin.com>
Fri, 28 Aug 2015 11:39:03 +0000 (12:39 +0100)
committerMarcos Henrich <marcos.henrich@xamarin.com>
Fri, 28 Aug 2015 11:48:17 +0000 (12:48 +0100)
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

index 7e14ab8a62fe7e42a917c0be74fd0e5417a5c793..75d04c1e21ce9d23a8dd31e477b1cf9b23bc83c4 100644 (file)
@@ -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)