mirror of
				https://github.com/mfulz/qmk_firmware.git
				synced 2025-10-30 21:02:32 +01:00 
			
		
		
		
	Switch StaticAnalysisTest build test to use the new build system CPPCHECK module. Update additional build tests to all include the core build system module.
This commit is contained in:
		
							parent
							
								
									41b4c5b645
								
							
						
					
					
						commit
						c7344c22ac
					
				| @ -60,3 +60,7 @@ clean: | |||||||
| 
 | 
 | ||||||
| %: | %: | ||||||
| 
 | 
 | ||||||
|  | .PHONY: all begin end makeboardlist testboards clean | ||||||
|  | 
 | ||||||
|  | # Include LUFA build script makefiles
 | ||||||
|  | include $(LUFA_ROOT_PATH)/LUFA/Build/lufa.core.in | ||||||
|  | |||||||
| @ -55,3 +55,7 @@ clean: | |||||||
| 
 | 
 | ||||||
| %: | %: | ||||||
| 
 | 
 | ||||||
|  | .PHONY: all begin end testbootloaders clean | ||||||
|  | 
 | ||||||
|  | # Include LUFA build script makefiles
 | ||||||
|  | include $(LUFA_ROOT_PATH)/LUFA/Build/lufa.core.in | ||||||
|  | |||||||
| @ -52,3 +52,7 @@ clean: | |||||||
| 
 | 
 | ||||||
| %: | %: | ||||||
| 
 | 
 | ||||||
|  | .PHONY: all arch_avr8 arch_xmega arch_uc3 begin end | ||||||
|  | 
 | ||||||
|  | # Include LUFA build script makefiles
 | ||||||
|  | include $(LUFA_ROOT_PATH)/LUFA/Build/lufa.core.in | ||||||
|  | |||||||
| @ -38,3 +38,7 @@ clean: | |||||||
| 
 | 
 | ||||||
| %: | %: | ||||||
| 
 | 
 | ||||||
|  | .PHONY: begin end compile clean | ||||||
|  | 
 | ||||||
|  | # Include LUFA build script makefiles
 | ||||||
|  | include $(LUFA_ROOT_PATH)/LUFA/Build/lufa.core.in | ||||||
|  | |||||||
| @ -8,30 +8,16 @@ | |||||||
| 
 | 
 | ||||||
| # Static anlysis of the entire LUFA source tree, using the free cross-platform "cppcheck" tool.
 | # Static anlysis of the entire LUFA source tree, using the free cross-platform "cppcheck" tool.
 | ||||||
| 
 | 
 | ||||||
| # Path to the root of the LUFA tree to scan
 |  | ||||||
| LUFA_ROOT_PATH = ../.. | LUFA_ROOT_PATH = ../.. | ||||||
| 
 | 
 | ||||||
| # Filenames or directories (including fragments) to exclude from the analysis
 | CPPCHECK_EXCLUDES = FATFs/            \
 | ||||||
| EXCLUDE_LIST      = FATFs/            \
 |  | ||||||
|                     PetiteFATFs/      \
 |                     PetiteFATFs/      \
 | ||||||
|                     uip/ |                     uip/ | ||||||
| 
 | CPPCHECK_INCLUDES = $(LUFA_ROOT_PATH)/LUFA/CodeTemplates/   \
 | ||||||
| # Output message template for found warnings and errors
 |  | ||||||
| MESSAGE_TEMPLATE  = "{file}:{line}: {severity} ({id}): {message}" |  | ||||||
| 
 |  | ||||||
| # Checks to suppress so that generated warnings are discarded
 |  | ||||||
| SUPPRESS_WARNINGS = variableScope     \
 |  | ||||||
|                     missingInclude |  | ||||||
| 
 |  | ||||||
| # Extra paths to search for include files
 |  | ||||||
| INCLUDE_PATHS     = $(LUFA_ROOT_PATH)/LUFA/CodeTemplates/      \
 |  | ||||||
|                     $(LUFA_ROOT_PATH)/Projects/AVRISP-MKII/ |                     $(LUFA_ROOT_PATH)/Projects/AVRISP-MKII/ | ||||||
|  | CPPCHECK_PATH     = $(LUFA_ROOT_PATH) | ||||||
| 
 | 
 | ||||||
| # Configuration options to pass to cppcheck
 | all: begin cppcheck-config cppcheck end | ||||||
| CPPCHECK_OPTIONS  = --template=$(MESSAGE_TEMPLATE) $(INCLUDE_PATHS:%=-I%) $(EXCLUDE_LIST:%=-i%) --inline-suppr --force --error-exitcode=1 --std=c99 |  | ||||||
| 
 |  | ||||||
| 
 |  | ||||||
| all: begin staticcheck end |  | ||||||
| 
 | 
 | ||||||
| begin: | begin: | ||||||
| 	@echo Executing build test "StaticAnalysisTest". | 	@echo Executing build test "StaticAnalysisTest". | ||||||
| @ -41,9 +27,10 @@ end: | |||||||
| 	@echo Build test "StaticAnalysisTest" complete. | 	@echo Build test "StaticAnalysisTest" complete. | ||||||
| 	@echo | 	@echo | ||||||
| 
 | 
 | ||||||
| staticcheck: |  | ||||||
| 	cppcheck --quiet $(CPPCHECK_OPTIONS) --check-config $(LUFA_ROOT_PATH) |  | ||||||
| 	cppcheck --quiet $(CPPCHECK_OPTIONS) --enable=all $(SUPPRESS_WARNINGS:%=--suppress=%) $(LUFA_ROOT_PATH) |  | ||||||
| 
 |  | ||||||
| %: | %: | ||||||
| 
 | 
 | ||||||
|  | .PHONY: all begin end | ||||||
|  | 
 | ||||||
|  | # Include LUFA build script makefiles
 | ||||||
|  | include $(LUFA_ROOT_PATH)/LUFA/Build/lufa.core.in | ||||||
|  | include $(LUFA_ROOT_PATH)/LUFA/Build/lufa.cppcheck.in | ||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Dean Camera
						Dean Camera