- 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:
mvandervoord
2009-04-15 12:04:37 +00:00
parent 2513d1f54f
commit c081525fbc
5 changed files with 32 additions and 26 deletions
+1 -1
View File
@@ -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})