summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorhathach <[email protected]>2024-04-02 18:14:49 +0700
committerhathach <[email protected]>2024-04-02 18:14:49 +0700
commit18a458679f9581f53108005f0cd028acc79236e2 (patch)
tree21d7ccb76588b97dd463137839d914baf3fe694c /test
parent2a21b6980b8efc87adb44f20a60a5f2ffda79518 (diff)
parent574916f53088adebb6d0f2cede4a96e99ef9e605 (diff)
Merge branch 'master' into MCX
Diffstat (limited to 'test')
-rw-r--r--test/unit-test/project.yml13
1 files changed, 7 insertions, 6 deletions
diff --git a/test/unit-test/project.yml b/test/unit-test/project.yml
index 562dbca09..82528f68c 100644
--- a/test/unit-test/project.yml
+++ b/test/unit-test/project.yml
@@ -44,12 +44,13 @@
# in order to add common defines:
# 1) remove the trailing [] from the :common: section
# 2) add entries to the :common: section (e.g. :test: has TEST defined)
- :common: &common_defines
- - _UNITY_TEST_
+ :common: &common_defines []
:test:
- - *common_defines
+ - _UNITY_TEST_
+ #- *common_defines
:test_preprocess:
- - *common_defines
+ - _UNITY_TEST_
+ #- *common_defines
:cmock:
:mock_prefix: mock_
@@ -106,9 +107,9 @@
:flag: "${1}" # or "-L ${1}" for example
:common: &common_libraries []
:test:
- - *common_libraries
+ #- *common_libraries
:release:
- - *common_libraries
+ #- *common_libraries
:plugins:
:load_paths: