Unit testing for esp-open-rtos (#253)
* Get testing system by projectgus working with master HEAD * Fix running dual test. Add basic wifi test * Moved spiff test to a test case. Reset retries in test runner * Add timers test case * test_runner: List test cases and run individual test cases * Add README for tests * Update README.md * Code clean-up * Python3.4 support. README.md update
This commit is contained in:
parent
dda384f3a1
commit
7c702d7f09
19 changed files with 1562 additions and 45 deletions
7
.gitmodules
vendored
7
.gitmodules
vendored
|
@ -13,6 +13,9 @@
|
|||
[submodule "extras/spiffs/spiffs"]
|
||||
path = extras/spiffs/spiffs
|
||||
url = https://github.com/pellepl/spiffs.git
|
||||
[submodule "examples/posix_fs/fs-test"]
|
||||
path = examples/posix_fs/fs-test
|
||||
[submodule "tests/unity"]
|
||||
path = tests/unity
|
||||
url = https://github.com/ThrowTheSwitch/Unity.git
|
||||
[submodule "tests/fs-test"]
|
||||
path = tests/fs-test
|
||||
url = https://github.com/sheinz/fs-test
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue