- add ceedling/cmock/unity as testing framework and support
- unified makefile project for the whole repos - new separate project for tests
This commit is contained in:
		
							
								
								
									
										10
									
								
								tests/vendor/ceedling/lib/verbosinator.rb
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										10
									
								
								tests/vendor/ceedling/lib/verbosinator.rb
									
									
									
									
										vendored
									
									
										Normal file
									
								
							| @@ -0,0 +1,10 @@ | ||||
|  | ||||
| class Verbosinator | ||||
|  | ||||
|   constructor :configurator | ||||
|  | ||||
|   def should_output?(level) | ||||
|     return (level <= @configurator.project_verbosity) | ||||
|   end | ||||
|  | ||||
| end | ||||
		Reference in New Issue
	
	Block a user
	 hathach
					hathach