未验证 提交 071044bd 编写于 作者: M Mark VanderVoord 提交者: GitHub

Merge pull request #349 from kykrueger/issue-#348-generalize-example-3-gcc-config

Issue #348 generalize example 3 gcc config
# Copied from ~Unity/targets/gcc_32.yml # Copied from ~Unity/targets/gcc_32.yml
unity_root: &unity_root '../..' unity_root: &unity_root '../..'
unity_source: &unity_source '../../src/'
compiler: compiler:
path: gcc path: gcc
source_path: 'src/' source_path: &source_path 'src/'
unit_tests_path: &unit_tests_path 'test/' unit_tests_path: &unit_tests_path 'test/'
build_path: &build_path 'build/' build_path: &build_path 'build/'
options: options:
...@@ -15,8 +16,8 @@ compiler: ...@@ -15,8 +16,8 @@ compiler:
includes: includes:
prefix: '-I' prefix: '-I'
items: items:
- 'src/' - *source_path
- '../../src/' - *unity_source
- *unit_tests_path - *unit_tests_path
defines: defines:
prefix: '-D' prefix: '-D'
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册