MickAvery / quadcopter-fc

My attempt at a quadcopter flight controller
2 stars 2 forks source link

Pull CppUTest submodule #7

Closed MickAvery closed 6 years ago

MickAvery commented 7 years ago

GoogleTest doesn't do C mocks well.

CppUTest is a good alternative, and is able to handle C mocks better with its extension tool CppUMock.

To do:

MickAvery commented 7 years ago

Also remove the GoogleTest submodule