TSCH: add a regression test for tsch-packet.c

This commit is contained in:
Yasuyuki Tanaka 2016-12-14 16:50:28 +01:00
parent 35a1701236
commit 4069ac5262
6 changed files with 715 additions and 3 deletions

View file

@ -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_ */