particle emitter test

This commit is contained in:
devZoGok
2021-10-19 19:06:41 +03:00
parent a6a2ebbefc
commit bf96afc04a
5 changed files with 66 additions and 2 deletions
+2
View File
@@ -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;
}