//********************************** Banshee Engine (www.banshee3d.com) **************************************************// //**************** Copyright (c) 2017 Marko Pintera (marko.pintera@gmail.com). All rights reserved. **********************// #include "Testing/BsConsoleTestOutput.h" #include "UnitTests/BsUtilityTestSuite.h" using namespace bs; int main() { SPtr tests = UtilityTestSuite::create(); ConsoleTestOutput testOutput; tests->run(testOutput); return 0; }