udacity / CarND-Path-Planning-Project

Create a path planner that is able to navigate a car safely around a virtual highway
MIT License
343 stars 1.32k forks source link

Add C++ testing framework #21

Closed mreichelt closed 6 years ago

mreichelt commented 7 years ago

In order for Udacity CarND students to be able to write unit-tests for their C++ code each of them would need to set up a C++ testing framework first by messing with the CMakeList.txt file. This can be tedious and error-prone.

By adding a C++ testing framework by default we can improve the development experience and make life of students easier.

baumanab commented 6 years ago

This is a good suggestion. However, adding a testing framework is currently out of scope for this project.