mirror of
https://github.com/devZoGok/vb01.git
synced 2026-08-26 19:43:30 +00:00
particle emitter test
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
#include "vbModelReaderTest.h"
|
||||
#include "animationChannelTest.h"
|
||||
#include "shaderTest.h"
|
||||
#include "particleEmitterTest.h"
|
||||
|
||||
using namespace CppUnit;
|
||||
using namespace vb01;
|
||||
@@ -21,6 +22,7 @@ int main(){
|
||||
runner.addTest(VbModelReaderTest::suite());
|
||||
runner.addTest(AnimationChannelTest::suite());
|
||||
runner.addTest(ShaderTest::suite());
|
||||
runner.addTest(ParticleEmitterTest::suite());
|
||||
runner.run();
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user