diff options
| author | Ha Thach <[email protected]> | 2024-03-04 15:48:44 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-03-04 15:48:44 +0700 |
| commit | 6a9bca9ed32fd9b78fdd14f082f6c0e566740c52 (patch) | |
| tree | 4ff8e70c603725235e90e6ff6069ebe29b0d9a79 /test | |
| parent | 2720392a154dac5ff4529fbcc16c0a0718c9c8af (diff) | |
| parent | 4f5d80d3976fb0dc5cd190b1768225aacf34211b (diff) | |
Merge pull request #2500 from hathach/add-tuh-hid-abort
Add tuh hid abort
Diffstat (limited to 'test')
| -rw-r--r-- | test/unit-test/project.yml | 13 |
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: |
