Project

General

Profile

Statistics
| Revision:

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

History | View | Annotate | Download (259 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

    
16

    
17

    
18

    
19

    
20

    
21

    
22

    
23

    
24

    
25

    
26
#endif