Project

General

Profile

Statistics
| Revision:

root / branches / autonomous_recharging / code / projects / Test / testmain.c @ 835

History | View | Annotate | Download (98 Bytes)

1
#include "lbomtest.h"
2
#include "orbtest.h"
3
#include "testhoming.h"
4

    
5
int main(){
6
  testHoming();
7
}