summaryrefslogtreecommitdiff
path: root/test/project.yml
diff options
context:
space:
mode:
authorWilliam D. Jones <[email protected]>2019-11-02 14:46:57 -0400
committerGitHub <[email protected]>2019-11-02 14:46:57 -0400
commit130d7ea530a04d6f6683fee72ba36232dc8f5e7e (patch)
tree78df3295de79ebb92aae14c0b55320a1f0a3b6e7 /test/project.yml
parent5d585c03bdf5059c7856d5ee32a754bd3cdbdd2f (diff)
parent1b51b78eafb1a078aa7fc8caf57d01d92b84ca0f (diff)
Merge pull request #1 from hathach/cr1901-msp430f5529
PR to PR for msp430 port
Diffstat (limited to 'test/project.yml')
-rw-r--r--test/project.yml6
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