Project

General

Profile

Statistics
| Revision:

root / trunk / code / projects / diagnostic_station / station / tests.h @ 1390

History | View | Annotate | Download (237 Bytes)

1
#ifndef _tests_h
2
#define _tests_h
3

    
4
#include "test_comm.h"
5
#include "test_bom.h"
6
#include "test_rangefinders.h"
7
#include "test_motors.h"
8
#include "test_encoders.h"
9

    
10

    
11
bool require_comm (void);
12
void test_all (void);
13

    
14

    
15
#endif