diff options
| author | hathach <[email protected]> | 2019-11-02 23:29:35 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2019-11-02 23:29:35 +0700 |
| commit | a0cffdc843ca21cf4fa02c2eccdf6a708708a8f6 (patch) | |
| tree | a9b3de09659634e29ca3ecfaa5452271e9e7453a /test/project.yml | |
| parent | 51a834f0ae58ba68b390b2e83d28303689759f50 (diff) | |
| parent | 164d0db8256fda66ade079a874ad9d3fbef500f3 (diff) | |
Merge branch 'pigrew-ZLP_Request2' into cr1901-msp430f5529
Diffstat (limited to 'test/project.yml')
| -rw-r--r-- | test/project.yml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/test/project.yml b/test/project.yml index 403aa0119..8ceaf63ce 100644 --- a/test/project.yml +++ b/test/project.yml @@ -9,6 +9,7 @@ :use_exceptions: TRUE :use_test_preprocessor: TRUE :use_auxiliary_dependencies: TRUE + :use_deep_dependencies: TRUE :build_root: _build # :release_build: TRUE :test_file_prefix: test_ @@ -41,10 +42,10 @@ :commmon: &common_defines [] :test: - *common_defines - - TEST + - _TEST_ :test_preprocess: - *common_defines - - TEST + - _TEST_ :cmock: :mock_prefix: mock_ @@ -53,6 +54,7 @@ :plugins: - :ignore - :callback + - :array :treat_as: uint8: HEX8 uint16: HEX16 |
