]> granicus.if.org Git - esp-idf/commitdiff
Merge branch 'test/reboot_between_unit_test_cases' into 'release/v2.0'
authorIvan Grokhotkov <ivan@espressif.com>
Wed, 5 Apr 2017 12:52:13 +0000 (20:52 +0800)
committerIvan Grokhotkov <ivan@espressif.com>
Wed, 5 Apr 2017 12:52:13 +0000 (20:52 +0800)
CI: add reset between running each unit test cases

Unit test is designed to detect bug **within** each test case. Therefore we'll reset between each case to provide a clean context. We will later add stress cases to run unit test cases together to detect potential bugs.

See merge request !636


Trivial merge