summaryrefslogtreecommitdiff
path: root/tests/project.yml
diff options
context:
space:
mode:
authorhathach <[email protected]>2013-01-22 17:41:06 +0700
committerhathach <[email protected]>2013-01-22 17:41:06 +0700
commit38ce3f7534ec9e3e0b10b8923d7d17e437463e86 (patch)
tree4eb3c2e065610c6b1dadc14a9c98e421041c5546 /tests/project.yml
parentcfe7a3d23b4639c3578b166fc865450bc439d82c (diff)
start to support
- usbd host - osal some global define #define TUSB_CFG_HOST_CONTROLLER_NUM #define TUSB_CFG_HOST_DEVICE_MAX #define TUSB_CFG_CONFIGURATION_MAX rename & refractor HID type structure & enum use CException to test asssertion library add test for hid_host_keyboard with usbd configure get & osal queue get stubs update test for assertion library refractor ASSERT_STATUS in assertion library update tusb_error_t values rename usb basic type & enum in tusb_types.h and std_descriptors.h
Diffstat (limited to 'tests/project.yml')
-rw-r--r--tests/project.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/project.yml b/tests/project.yml
index ec4c6cb42..be644f147 100644
--- a/tests/project.yml
+++ b/tests/project.yml
@@ -6,7 +6,7 @@
# This sample, therefore, only demonstrates running a collection of unit tests.
:project:
- :use_exceptions: FALSE
+ :use_exceptions: TRUE
:use_test_preprocessor: TRUE
:use_auxiliary_dependencies: TRUE
:use_deep_dependencies: TRUE
@@ -69,9 +69,11 @@
:mock_prefix: mock_
:when_no_prototypes: :warn
:enforce_strict_ordering: TRUE
+# :callback_include_count: FALSE
:plugins:
- :ignore
- :callback
+ - :array
:treat_as:
uint8: HEX8
uint16: HEX16