Skip to content

Commit

Permalink
teensy support
Browse files Browse the repository at this point in the history
  • Loading branch information
wmacevoy committed Sep 8, 2019
1 parent 5431e99 commit 306e0b5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,5 @@
* Provide preliminary Continuous Integration Testing support (ci)
## 3.0.2
* Data deduplication bug fix patch.
## 3.0.3
* Support for Teensy (#87)
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -466,6 +466,8 @@ Note that `Test::run()` only calls the active unresolved tests.

* The `assertCurrentTestXXXX([,footnote [,retval])` macros do not compile on ESP8266 boards with no footnote. Use an empty footnote `assertCurrentTestXXXX("")`, or use `assertCurrentTestXXXX_0()` for no footnote. You do not have to specify a return value.

* The current release prints "skipped" for all tests, although assertions are correctly reported. (#86)

## FAQ

Q. The line number of the asserts do not match the source file.
Expand Down
8 changes: 4 additions & 4 deletions library.properties
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name=ArduinoUnit
version=3.0.2
author=Matthew Murdoch
maintainer=Matthew Murdoch <matthew.murdoch.0@gmail.com>
version=3.0.3
author=Warren MacEvoy
maintainer=Warren MacEvoy <wmacevoy@gmail.com>
sentence=Flexible test framework for arduino projects.
paragraph=Flexible testing framework for arduino projects. Supports Arduino, ESP8266 and ESP32 as well as "en vitro" development system (vs embedded target) testing.
paragraph=Flexible testing framework for arduino projects. Supports Arduino, ESP8266 and ESP32 as well as "en vitro" development system (vs embedded target) testing. Based on Arduino Unit 1.0 by Matthew Murdoch.
category=Other
url=https://github.com/mmurdoch/arduinounit
architectures=*

0 comments on commit 306e0b5

Please sign in to comment.