FRC C++ unit testing examples with CppUTest
Makefile C++
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
Arcade Drive Test
Arcade Drive
MockWPILib
.gitattributes
.gitignore
README.md

README.md

frc_cpputest_examples

FRC C++ unit testing examples with CppUTest

This example, based on the 'Arcade Drive' sample project in Eclipse, is split up into three projects:

  1. Main robot code project ('Arcade Drive')
  2. Unit test project ('Arcade Drive Test')
  3. Mock WPILib project ('MockWPILib')

To learn how to set up unit tests for your own FRC C++ project, see this blog post.