Fix up broken module build tests.
authorDean Camera <dean@fourwalledcubicle.com>
Sun, 15 Nov 2015 02:22:44 +0000 (13:22 +1100)
committerDean Camera <dean@fourwalledcubicle.com>
Sun, 15 Nov 2015 02:22:44 +0000 (13:22 +1100)
BuildTests/ModuleTest/makefile.test

index 6225ec0..785a10d 100644 (file)
@@ -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