mirror of
https://github.com/devZoGok/vb01.git
synced 2026-08-26 19:43:30 +00:00
beginning of .vb reader test
class preparation for testing
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
#include "cameraTest.h"
|
||||
#include "nodeTest.h"
|
||||
#include "boneTest.h"
|
||||
#include "vbModelReaderTest.h"
|
||||
|
||||
using namespace CppUnit;
|
||||
using namespace vb01;
|
||||
@@ -15,6 +16,7 @@ int main(){
|
||||
runner.addTest(CameraTest::suite());
|
||||
runner.addTest(NodeTest::suite());
|
||||
runner.addTest(BoneTest::suite());
|
||||
runner.addTest(VbModelReaderTest::suite());
|
||||
runner.run();
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user