controller-legacy/include/runners.h
Tobias Reisinger ec720e7617 add: vendor directory
add: cli (argparse)
add: test runner
2020-04-18 01:24:36 +02:00

12 lines
191 B
C

#ifndef CONTROLLER_RUNNERS_H
#define CONTROLLER_RUNNERS_H
#include <stdint.h>
#include <models/controller.h>
void
runner_test(controller_t *controller);
#endif /* CONTROLLER_RUNNERS_H */