axmol/tests/performance-tests/Classes/tests/tests.h

19 lines
526 B
C

#ifndef _TESTS_H_
#define _TESTS_H_
// sort them alphabetically. thanks
#include "PerformanceAllocTest.h"
#include "PerformanceNodeChildrenTest.h"
#include "PerformanceParticleTest.h"
#include "PerformanceParticle3DTest.h"
#include "PerformanceSpriteTest.h"
#include "PerformanceTextureTest.h"
#include "PerformanceLabelTest.h"
#include "PerformanceEventDispatcherTest.h"
#include "PerformanceScenarioTest.h"
#include "PerformanceCallbackTest.h"
#include "PerformanceMathTest.h"
#include "PerformanceContainerTest.h"
#endif