Dartmouth-Formula-Racing / DFR_CVC_2019

Dartmouth Formula Racing Central Vehicle Controller Codebase
10 stars 5 forks source link

Reorganize tests into single branch #27

Open leina05 opened 5 years ago

leina05 commented 5 years ago

It would be useful to consolidate all modular tests into a single "tests" branch in which each test is an atomic executable that can be turned on/off.

This would be easier if we had access to the Makefile but it would probably be best not to go there.

The easiest solution might be to use #DEFINEs to enable/disable various main functions for each test.