Commit graph

8 commits

Author SHA1 Message Date
Angus Gratton
c5abd71404 tests: Call TEST_PASS macro like a function, ie TEST_PASS() 2016-02-24 22:14:00 +11:00
Angus Gratton
f95c1391f8 test_runner: Print summary test results when verbose output is disabled 2016-02-24 22:13:37 +11:00
Angus Gratton
3d4dcc9042 tests: Use better linker method to pick up test case registration 2016-02-17 17:31:46 +11:00
Angus Gratton
a109a19799 tests:Relax read timeouts, some NodeMCU ESPs take longer to reset than others (flash type?) 2016-02-17 17:01:24 +11:00
Angus Gratton
b2b1e42c59 tests: Use heap memory instead of linker tricks for registering test cases
(Test case registration buffer gets freed before the test case runs.)
2016-02-17 08:28:56 +11:00
Angus Gratton
8fffd14e50 tests/malloc: Allow malloc to fail when out of RAM, add heap test
cases.

Fixes #76.
2016-02-16 22:12:20 +11:00
Angus Gratton
80b191af08 tests: test_runner, working simple single-ESP "solo" test cases 2016-02-16 20:48:12 +11:00
Angus Gratton
97a46e8c1a Basics of test case framework 2016-02-09 16:07:08 +11:00