aboutsummaryrefslogtreecommitdiffstats
path: root/BuildTests/ModuleTest/makefile.test
diff options
context:
space:
mode:
Diffstat (limited to 'BuildTests/ModuleTest/makefile.test')
-rw-r--r--BuildTests/ModuleTest/makefile.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/BuildTests/ModuleTest/makefile.test b/BuildTests/ModuleTest/makefile.test
index 6225ec093..785a10d2b 100644
--- a/BuildTests/ModuleTest/makefile.test
+++ b/BuildTests/ModuleTest/makefile.test
@@ -75,7 +75,7 @@ ifneq ($(ARCH), UC3)
endif
# Only check C++ compatibility on the build files, to ensure headers are C++ compatible
-Test_C.c Test_CPP.c: CC_FLAGS += -Wc++-compat
+Test_C.c Test_CPP.cpp: CC_FLAGS += -Wc++-compat
# Potential additional warnings to enable in the future (FIXME)
#CC_FLAGS += -Wcast-qual