]> rtime.felk.cvut.cz Git - hubacji1/psp.git/blob - ut/psp.t.cc
Add basic ut skeleton
[hubacji1/psp.git] / ut / psp.t.cc
1 #include <cmath>
2 #include "wvtest.h"
3
4 #include "psp.h"
5
6 WVTEST_MAIN("parking slot planner basic test")
7 {
8         PSPlanner *psp = new PSPlanner();
9 }