diff --git a/examples/example_3/target_gcc_32.yml b/examples/example_3/target_gcc_32.yml index 8e772b0..124e674 100644 --- a/examples/example_3/target_gcc_32.yml +++ b/examples/example_3/target_gcc_32.yml @@ -1,8 +1,9 @@ # Copied from ~Unity/targets/gcc_32.yml unity_root: &unity_root '../..' +unity_source: &unity_source '../../src' compiler: path: gcc - source_path: 'src/' + source_path: &source_path 'src/' unit_tests_path: &unit_tests_path 'test/' build_path: &build_path 'build/' options: @@ -15,8 +16,8 @@ compiler: includes: prefix: '-I' items: - - *source_path - - '../../src/' + - *source_path + - *unity_source - *unit_tests_path defines: prefix: '-D'