summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorhathach <[email protected]>2024-03-12 16:59:12 +0700
committerhathach <[email protected]>2024-03-12 16:59:12 +0700
commit2f0ad918cc55d3c58d31cc200991493e4cc8391e (patch)
treea9647b460544f8d2b33eeb034afeba81268ed546 /test
parent473d400cfde768e26fe8644bab3d655c81777b64 (diff)
parent6b7ceed25c6b7e0195a8b0828d7eb961c147a111 (diff)
Merge branch 'master' into fix-rp2040-ctrl-xfer
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: