CMock/config/production_environment.rb
2025-01-01 12:05:55 -05:00

14 lines
430 B
Ruby

# =========================================================================
# 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'
].each do |dir|
$:.unshift(File.join("#{__dir__}//..//", dir))
end