summaryrefslogtreecommitdiff
path: root/FreeRTOS-Plus/Test/CMock/config/test_environment.rb
blob: aeae3a34263d203bd35742cd10014b22744a5967 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# ==========================================
#   CMock Project - Automatic Mock Generation for C
#   Copyright (c) 2007 Mike Karlesky, Mark VanderVoord, Greg Williams
#   [Released under MIT License. Please refer to license.txt for details]
# ==========================================

# 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