Add explicit interface checking to 'make check'

This commit is contained in:
Taryn Hill
2015-12-30 08:03:39 -06:00
parent 2e861c6d65
commit e3229f4cd8
2 changed files with 5 additions and 0 deletions

View File

@@ -174,6 +174,8 @@ elseif ($command -eq "check")
./OpenRA.Utility.exe cnc --check-code-style OpenRA.Utility
echo "Checking for code style violations in OpenRA.Test..."
./OpenRA.Utility.exe cnc --check-code-style OpenRA.Test
echo "Checking for explicit interface violations..."
./OpenRA.Utility.exe all --check-explicit-interfaces
}
else
{