aboutsummaryrefslogtreecommitdiffstats
path: root/test/rt/testbuild/Makefile_win32
diff options
context:
space:
mode:
Diffstat (limited to 'test/rt/testbuild/Makefile_win32')
-rwxr-xr-xtest/rt/testbuild/Makefile_win327
1 files changed, 7 insertions, 0 deletions
diff --git a/test/rt/testbuild/Makefile_win32 b/test/rt/testbuild/Makefile_win32
index 70b17c286..24edf4ed7 100755
--- a/test/rt/testbuild/Makefile_win32
+++ b/test/rt/testbuild/Makefile_win32
@@ -101,6 +101,9 @@ ASMXSRC = $(ALLXASMSRC)
INCDIR = $(CONFDIR) $(ALLINC) $(TESTINC)
+# GCOV files.
+GCOVSRC = $(KERNSRC)
+
#
# Project, sources and paths
##############################################################################
@@ -161,3 +164,7 @@ CPPWARN = -Wall -Wextra -Wundef
RULESPATH = $(CHIBIOS)/os/common/startup/SIMIA32/compilers/GCC
include $(RULESPATH)/rules.mk
+
+misra:
+ @lint-nt -v -w3 $(DEFS) pclint/co-gcc.lnt pclint/au-misra3.lnt pclint/waivers.lnt $(IINCDIR) $(KERNSRC)
+