NerfUS mobile node that manages a target for the Nerf gun firing range

Dependencies:   LedController mbed-rtos mbed NerfUSXbee Servomotor TargetManager

Fork of NerfUS by NerfUS

TESTS/TargetManagerTest.cpp

Committer:
Maxime Dupuis
Date:
2017-03-27
Revision:
28:8fc53a870691
Child:
30:412a779cf607

File content as of revision 28:8fc53a870691:

#include "gmock/gmock.h"
#include "gtest/gtest.h"

#include "mocks/MockTarget.hpp"
#include "TargetManager.hpp"

class TargetManagerTest : public ::testing::Test
{
    public:
        TargetManagerTest()
        {
        }

        TargetManager target_manager;
};

TEST_F(TargetManagerTest, LibraryBuilds)
{

}