verbose RALint for make test

This commit is contained in:
Matthias Mailänder
2013-12-05 19:58:48 +01:00
parent 0b5b3b22b4
commit 60f6a07014

View File

@@ -219,14 +219,14 @@ PROGRAMS += ralint
ralint: $(ralint_TARGET) ralint: $(ralint_TARGET)
test: test:
@mono --debug OpenRA.Lint.exe ra @echo "OpenRA.Lint: checking Red Alert mod MiniYAML..."
@echo "OpenRA.Lint: ra mod yaml checks passed." @mono --debug OpenRA.Lint.exe --verbose ra
@mono --debug OpenRA.Lint.exe cnc @echo "OpenRA.Lint: checking Tiberian Dawn mod MiniYAML..."
@echo "OpenRA.Lint: cnc mod yaml checks passed." @mono --debug OpenRA.Lint.exe --verbose cnc
@mono --debug OpenRA.Lint.exe d2k @echo "OpenRA.Lint: checking Dune 2000 mod MiniYAML..."
@echo "OpenRA.Lint: d2k mod yaml checks passed." @mono --debug OpenRA.Lint.exe --verbose d2k
@mono --debug OpenRA.Lint.exe ts @echo "OpenRA.Lint: checking Tiberian Sun mod MiniYAML..."
@echo "OpenRA.Lint: ts mod yaml checks passed." @mono --debug OpenRA.Lint.exe --verbose ts
# Builds and exports tilesets from a bitmap # Builds and exports tilesets from a bitmap
tsbuild_SRCS := $(shell find OpenRA.TilesetBuilder/ -iname '*.cs') tsbuild_SRCS := $(shell find OpenRA.TilesetBuilder/ -iname '*.cs')