Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: LedController mbed-rtos mbed NerfUSXbee Servomotor TargetManager
Fork of NerfUS by
Diff: TESTS/TargetTest.cpp
- Revision:
- 27:3ae7c62008ea
- Parent:
- 24:801271795da0
- Child:
- 37:8fc7845ae95b
--- a/TESTS/TargetTest.cpp Sat Mar 11 13:44:32 2017 -0500
+++ b/TESTS/TargetTest.cpp Sat Mar 11 13:47:02 2017 -0500
@@ -2,9 +2,9 @@
#include "gtest/gtest.h"
#include "Target.hpp"
-#include "MockServomotor.hpp"
-#include "MockLedController.hpp"
-#include "MockXbeeTransmitter.hpp"
+#include "mocks/MockServomotor.hpp"
+#include "mocks/MockLedController.hpp"
+#include "mocks/MockXbeeTransmitter.hpp"
class TargetTest : public ::testing::Test
{
