Blender  V3.3
Classes | Namespaces | Macros
gpu_testing.hh File Reference
#include "testing/testing.h"
#include "GHOST_C-api.h"

Go to the source code of this file.

Classes

class  blender::gpu::GPUTest
 
class  blender::gpu::GPUOpenGLTest
 

Namespaces

 blender
 
 blender::gpu
 

Macros

#define GPU_TEST(test_name)
 

Macro Definition Documentation

◆ GPU_TEST

#define GPU_TEST (   test_name)
Value:
TEST_F(GPUOpenGLTest, test_name) \
{ \
test_##test_name(); \
}
TEST_F(BKE_armature_find_selected_bones_test, some_bones_selected)

Definition at line 41 of file gpu_testing.hh.