mirror of https://github.com/ARMmbed/mbed-os.git
Remove outdated text and fix spelling in README.md
Remove reference to yotta, and fix spelling for correct branding.pull/9498/head
parent
1b1c108528
commit
25bb0d23c5
|
|
@ -1,6 +1,6 @@
|
||||||
# UNITY: Unit Testing for C
|
# UNITY: Unit Testing for C
|
||||||
|
|
||||||
This yotta module is a fork of the [UNITY test framework](http://www.throwtheswitch.org/unity/) with minor modifications to be able to use it with the [utest harness](https://github.com/ARMmbed/utest) for mbed OS.
|
This module is a fork of the [UNITY test framework](http://www.throwtheswitch.org/unity/) with minor modifications to be able to use it with the [utest harness](https://github.com/ARMmbed/utest) for Mbed OS.
|
||||||
|
|
||||||
Please note that this module only contains the unity test macros, and no additions such as the unity fixtures.
|
Please note that this module only contains the unity test macros, and no additions such as the unity fixtures.
|
||||||
Furthermore the failure macros have been modified to integrate with `utest` failure handlers, as `setjmp` and `longjmp` are not supported by `utest`.
|
Furthermore the failure macros have been modified to integrate with `utest` failure handlers, as `setjmp` and `longjmp` are not supported by `utest`.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue