From 60f6a07014a126883eb88c69c676c97c2cf1a6f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= Date: Thu, 5 Dec 2013 19:58:48 +0100 Subject: [PATCH] verbose RALint for make test --- Makefile | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Makefile b/Makefile index aec7f8ba0c..0fec946245 100644 --- a/Makefile +++ b/Makefile @@ -219,14 +219,14 @@ PROGRAMS += ralint ralint: $(ralint_TARGET) test: - @mono --debug OpenRA.Lint.exe ra - @echo "OpenRA.Lint: ra mod yaml checks passed." - @mono --debug OpenRA.Lint.exe cnc - @echo "OpenRA.Lint: cnc mod yaml checks passed." - @mono --debug OpenRA.Lint.exe d2k - @echo "OpenRA.Lint: d2k mod yaml checks passed." - @mono --debug OpenRA.Lint.exe ts - @echo "OpenRA.Lint: ts mod yaml checks passed." + @echo "OpenRA.Lint: checking Red Alert mod MiniYAML..." + @mono --debug OpenRA.Lint.exe --verbose ra + @echo "OpenRA.Lint: checking Tiberian Dawn mod MiniYAML..." + @mono --debug OpenRA.Lint.exe --verbose cnc + @echo "OpenRA.Lint: checking Dune 2000 mod MiniYAML..." + @mono --debug OpenRA.Lint.exe --verbose d2k + @echo "OpenRA.Lint: checking Tiberian Sun mod MiniYAML..." + @mono --debug OpenRA.Lint.exe --verbose ts # Builds and exports tilesets from a bitmap tsbuild_SRCS := $(shell find OpenRA.TilesetBuilder/ -iname '*.cs')