josephlewis42 / autopilot

Fork of the autopilot software that is now being used at the University of Denver.
GNU General Public License v3.0
1 stars 2 forks source link

Tests aren't unittests. #14

Closed josephlewis42 closed 10 years ago

josephlewis42 commented 10 years ago

The tests folder isn't using any unittest framework, it should utilize this so we can build it separately as an individual target and get lots of results back.

josephlewis42 commented 10 years ago

We now have a unittest framework involved, and tests can be invoked using autopilot test, now we just have to write them as we come across issues.