- 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:
15
tests/vendor/ceedling/lib/cmock_builder.rb
vendored
Normal file
15
tests/vendor/ceedling/lib/cmock_builder.rb
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
require 'cmock'
|
||||
|
||||
class CmockBuilder
|
||||
|
||||
attr_accessor :cmock
|
||||
|
||||
def setup
|
||||
@cmock = nil
|
||||
end
|
||||
|
||||
def manufacture(cmock_config)
|
||||
@cmock = CMock.new(cmock_config)
|
||||
end
|
||||
|
||||
end
|
||||
Reference in New Issue
Block a user