diff options
| author | hathach <[email protected]> | 2013-01-13 19:27:17 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2013-01-13 19:27:17 +0700 |
| commit | 463b1c029477e6c5eacae2cebcdcb8ba534ef9bb (patch) | |
| tree | 57a87ecee56b3a6b81f2dbc400a23b9ced9d4644 /tests/project.yml | |
| parent | 6e0818c901eba638e6990f8d3d65af4f783102af (diff) | |
rename ASSERT_ERROR to ASSERT_STATUS
add binary const support @ common/binary.h
enhance assert support @ common/assertion.h
add test code for assertion.h
Diffstat (limited to 'tests/project.yml')
| -rw-r--r-- | tests/project.yml | 21 |
1 files changed, 14 insertions, 7 deletions
diff --git a/tests/project.yml b/tests/project.yml index 2d770b58f..10885baca 100644 --- a/tests/project.yml +++ b/tests/project.yml @@ -9,7 +9,7 @@ :use_exceptions: FALSE :use_test_preprocessor: TRUE :use_auxiliary_dependencies: TRUE - :use_deep_dependencies: FALSE + :use_deep_dependencies: TRUE :build_root: build # :release_build: TRUE :test_file_prefix: test_ @@ -30,7 +30,9 @@ :source: - src/** - ../tinyusb/** - - ../../CMSISv2p10_LPC43xx_DriverLib/inc + - -:../demos + - -:../test_old + #- ../../CMSISv2p10_LPC43xx_DriverLib/inc :support: - test/support @@ -50,6 +52,16 @@ - MCU=MCU_LPC43XX - CORE_M4 +#:flags: +# :test: +# :compile: +# :*: +# - -std=gnu99 + +# Ceedling defaults to using gcc for compiling, linking, etc. +# As [:tools] is blank, gcc will be used (so long as it's in your system path) +# See documentation to configure a given toolchain for use + :cmock: :mock_prefix: mock_ :when_no_prototypes: :warn @@ -64,11 +76,6 @@ int8: INT8 bool: UINT8 -#:tools: -# Ceedling defaults to using gcc for compiling, linking, etc. -# As [:tools] is blank, gcc will be used (so long as it's in your system path) -# See documentation to configure a given toolchain for use - :plugins: :load_paths: - vendor/ceedling/plugins |
