1--- 2tools_root: C:\Program Files\IAR Systems\Embedded Workbench 6.0\ 3colour: true 4:unity: 5 :plugins: [] 6:tools: 7 :test_compiler: 8 :name: compiler 9 :executable: 10 - C:\Program Files\IAR Systems\Embedded Workbench 6.0\ 11 - sh\bin\iccsh.exe 12 :arguments: 13 - "-e" 14 - "--char_is_signed" 15 - "-Ol" 16 - "--no_cse" 17 - "--no_unroll" 18 - "--no_inline" 19 - "--no_code_motion" 20 - "--no_tbaa" 21 - "--no_scheduling" 22 - "--no_clustering" 23 - "--debug" 24 - "--dlib_config" 25 - - C:\Program Files\IAR Systems\Embedded Workbench 6.0\ 26 - sh\inc\DLib_Product.h 27 - "--double=32" 28 - "--code_model=huge" 29 - "--data_model=huge" 30 - "--core=sh2afpu" 31 - "--warnings_affect_exit_code" 32 - "--warnings_are_errors" 33 - "--mfc" 34 - "--use_unix_directory_separators" 35 - "--diag_suppress=Pe161" 36 - '-I"$": COLLECTION_PATHS_TEST_TOOLCHAIN_INCLUDE' 37 - '-I"$": COLLECTION_PATHS_TEST_SUPPORT_SOURCE_INCLUDE_VENDOR' 38 - "-D$: COLLECTION_DEFINES_TEST_AND_VENDOR" 39 - "${1}" 40 - "-o ${2}" 41 :test_linker: 42 :name: linker 43 :executable: 44 - C:\Program Files\IAR Systems\Embedded Workbench 6.0\ 45 - sh\bin\ilinksh.exe 46 :arguments: 47 - "${1}" 48 - "--redirect __Printf=__PrintfSmall" 49 - "--redirect __Scanf=__ScanfSmall" 50 - "--config" 51 - - C:\Program Files\IAR Systems\Embedded Workbench 6.0\ 52 - sh\config\generic.icf 53 - "--config_def _CSTACK_SIZE=0x800" 54 - "--config_def _HEAP_SIZE=0x800" 55 - "--config_def _INT_TABLE=0x10" 56 - "--entry __iar_program_start" 57 - "--debug_lib" 58 - "-o ${2}" 59 :test_fixture: 60 :name: simulator 61 :executable: 62 - C:\Program Files\IAR Systems\Embedded Workbench 6.0\ 63 - common\bin\CSpyBat.exe 64 :arguments: 65 - "--silent" 66 - - C:\Program Files\IAR Systems\Embedded Workbench 6.0\ 67 - sh\bin\shproc.dll 68 - - C:\Program Files\IAR Systems\Embedded Workbench 6.0\ 69 - sh\bin\shsim.dll 70 - "${1}" 71 - "--plugin" 72 - - C:\Program Files\IAR Systems\Embedded Workbench 6.0\ 73 - sh\bin\shbat.dll 74 - "--backend" 75 - "-B" 76 - "--core sh2afpu" 77 - "-p" 78 - - C:\Program Files\IAR Systems\Embedded Workbench 6.0\ 79 - sh\config\debugger\io7264.ddf 80 - "-d" 81 - sim 82:extension: 83 :object: ".o" 84 :executable: ".out" 85:paths: 86 :test: 87 - - C:\Program Files\IAR Systems\Embedded Workbench 6.0\ 88 - sh\inc\ 89 - - C:\Program Files\IAR Systems\Embedded Workbench 6.0\ 90 - sh\inc\c 91 - src\ 92 - "..\\src\\" 93 - testdata/ 94 - tests\ 95 - vendor\unity\src\ 96:defines: 97 :test: 98 - UNITY_SUPPORT_64 99 - UNITY_SUPPORT_TEST_CASES 100