summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorIngHK <[email protected]>2024-03-21 08:30:49 +0100
committerIngHK <[email protected]>2024-03-21 08:30:49 +0100
commit1bbd658352f5ecbfea13343df20cd02597dc31fd (patch)
treef4454789c81f52afed0433d2f448105c5a80ccd4 /test
parentcb69ed0d0423b8e09ae77307fcc01165ae4c9386 (diff)
parent60764de56461edbf1e8bafe4e73fdc97ec3d2e6e (diff)
Merge remote-tracking branch 'remotes/hathach/master' into work
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: