bone test

This commit is contained in:
devZoGok
2021-10-19 19:06:41 +03:00
parent 532b1f6363
commit bae1b7a9cc
5 changed files with 80 additions and 3 deletions
+2
View File
@@ -5,6 +5,7 @@
#include "cameraTest.h"
#include "nodeTest.h"
#include "boneTest.h"
using namespace CppUnit;
using namespace vb01;
@@ -13,6 +14,7 @@ int main(){
TextUi::TestRunner runner;
runner.addTest(CameraTest::suite());
runner.addTest(NodeTest::suite());
runner.addTest(BoneTest::suite());
runner.run();
return 0;
}