mirror of
https://github.com/devZoGok/vb01.git
synced 2026-08-26 19:43:30 +00:00
bone test
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user