esp-idf/components
michael d9c5016e08 test: add new test framework for different configurations
Paremeterized Test Framework
-----------------------------

The SPI has a lot of parameters, which works in the same process.
This framework provides a way to easily test different parameter sets.
The framework can work in two different ways:

- local test: which requires only one board to perform the test - master
& slave test: which generates two sub test items which uses the same
config set to cooperate to perform the test.

The user defines a (pair if master/slave) set of init/deinit/loop
functions. Then the test framework will call init once, then call loop
several times with different configurations, then call deinit.

Then a unit test can be appended by add a parameter group, and pass it into
a macro.
2019-01-26 00:10:41 +08:00
..
2019-01-11 13:05:55 +01:00
2019-01-23 16:47:23 +05:30
2019-01-19 14:44:55 +08:00
2018-12-04 17:13:48 +08:00
2018-10-20 12:07:24 +08:00
2019-01-10 07:51:54 +00:00
2018-10-20 12:07:24 +08:00