mirror of
https://github.com/ThrowTheSwitch/CMock.git
synced 2026-09-15 22:59:57 +00:00
- updated header parser to pull in variable attribute list from configuration
git-svn-id: http://cmock.svn.sourceforge.net/svnroot/cmock/trunk@76 bf332499-1b4d-0410-844d-d2d48d5cc64c
This commit is contained in:
+1
-1
@@ -26,7 +26,7 @@ class CMock
|
||||
path = File.dirname(src)
|
||||
@cfg.set_path(path)
|
||||
|
||||
cm_parser = CMockHeaderParser.new(File.read(src))
|
||||
cm_parser = CMockHeaderParser.new(File.read(src), @cfg)
|
||||
cm_unityhelper = CMockUnityHelperParser.new(@cfg)
|
||||
cm_writer = CMockFileWriter.new(@cfg)
|
||||
cm_gen_utils = CMockGeneratorUtils.new(@cfg, {:unity_helper => cm_unityhelper})
|
||||
|
||||
Reference in New Issue
Block a user