mirror of
https://github.com/ThrowTheSwitch/CMock.git
synced 2026-06-06 05:25:29 +00:00
5 lines
133 B
Ruby
5 lines
133 B
Ruby
$here = File.dirname __FILE__
|
|
require "#{$here}/cmock_setup"
|
|
require "#{$here}/cmock_generator"
|
|
require "#{$here}/c_file_parser"
|