TSCH: add a regression test for tsch-packet.c
This commit is contained in:
parent
35a1701236
commit
4069ac5262
6 changed files with 715 additions and 3 deletions
|
@ -29,4 +29,13 @@
|
|||
* OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#ifndef _PROJECT_CONF_H_
|
||||
#define _PROJECT_CONF_H_
|
||||
|
||||
#define UNIT_TEST_PRINT_FUNCTION test_print_report
|
||||
|
||||
#if WITH_TSCH
|
||||
#include "project-tsch-conf.h"
|
||||
#endif
|
||||
|
||||
#endif /* !_PROJECT_CONF_H_ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue