Sha256: a4d76bdb17def8ffddfd1f755ad788e7afd9297200e0d9b520c8cc45faeb8a25
Contents?: true
Size: 566 Bytes
Versions: 2
Compression:
Stored size: 566 Bytes
Contents
# ========================================================================= # CMock - Automatic Mock Generation for C # ThrowTheSwitch.org # Copyright (c) 2007-25 Mike Karlesky, Mark VanderVoord, & Greg Williams # SPDX-License-Identifier: MIT # ========================================================================= # Setup our load path: [ './lib', './vendor/behaviors/lib', './vendor/hardmock/lib', './vendor/unity/auto/', './test/system/' ].each do |dir| $:.unshift(File.join(File.expand_path("#{File.dirname(__FILE__)}//..//"), dir)) end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ceedling-1.0.1 | vendor/cmock/config/test_environment.rb |
ceedling-1.0.0 | vendor/cmock/config/test_environment.rb |