mirror of
https://github.com/ThrowTheSwitch/CMock.git
synced 2026-06-05 21:15:20 +00:00
14 lines
430 B
Ruby
14 lines
430 B
Ruby
# =========================================================================
|
|
# CMock - Automatic Mock Generation for C
|
|
# ThrowTheSwitch.org
|
|
# Copyright (c) 2007-26 Mike Karlesky, Mark VanderVoord, & Greg Williams
|
|
# SPDX-License-Identifier: MIT
|
|
# =========================================================================
|
|
|
|
# Setup our load path:
|
|
[
|
|
'lib'
|
|
].each do |dir|
|
|
$:.unshift(File.join("#{__dir__}//..//", dir))
|
|
end
|