adding new ceedling test project
This commit is contained in:
@@ -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