From 400d3581ca1ca9bc7851e4c6c9ff42b6c72f7a50 Mon Sep 17 00:00:00 2001
From: Dean Camera <dean@fourwalledcubicle.com>
Date: Sun, 15 Nov 2015 13:22:44 +1100
Subject: [PATCH] Fix up broken module build tests.

---
 BuildTests/ModuleTest/makefile.test | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
-- 
GitLab