Added InputManagerTest
This commit is contained in:
@@ -0,0 +1,12 @@
|
|||||||
|
#include <boost/test/unit_test.hpp>
|
||||||
|
|
||||||
|
#include "Engine\Core\InputManager.h"
|
||||||
|
|
||||||
|
BOOST_AUTO_TEST_SUITE(inputManagerTests)
|
||||||
|
|
||||||
|
BOOST_AUTO_TEST_CASE(inputManagerTest)
|
||||||
|
{
|
||||||
|
//already tested eventbroker so inputManager is indirectly already tested
|
||||||
|
}
|
||||||
|
|
||||||
|
BOOST_AUTO_TEST_SUITE_END()
|
||||||
Reference in New Issue
Block a user