summaryrefslogtreecommitdiff
path: root/test/project.yml
diff options
context:
space:
mode:
authorhathach <[email protected]>2019-10-31 08:29:11 +0700
committerGitHub <[email protected]>2019-10-31 08:29:11 +0700
commit4d329d46cc36a8df05580ea7b19f2ce7a8dc2bf7 (patch)
tree089b0b4e162aa02b326f4283b91fa895597c6ef4 /test/project.yml
parent78523301bb7f6ae5bba18768ad670d9b2ae73fd7 (diff)
parente69d2a4a834b975f957fc5341fe4d08cf706adb6 (diff)
Merge pull request #206 from hathach/develop
Added a couple of unit testing with Ceedling/Cmock/Unity
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