]> rtime.felk.cvut.cz Git - hubacji1/bcar.git/blob - ut/pslot.t.cc
Add class skeleton
[hubacji1/bcar.git] / ut / pslot.t.cc
1 #include <cmath>
2 #include "wvtest.h"
3
4 #include "pslot.h"
5
6 WVTEST_MAIN("pslot basic geometry")
7 {
8         ParkingSlot *ps = new ParkingSlot();
9 }