Blender  V3.3
Classes | Namespaces | Macros
draw_testing.hh File Reference
#include "gpu_testing.hh"

Go to the source code of this file.

Classes

class  blender::draw::DrawOpenGLTest
 

Namespaces

 blender
 
 blender::draw
 

Macros

#define DRAW_TEST(test_name)
 

Macro Definition Documentation

◆ DRAW_TEST

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

Definition at line 13 of file draw_testing.hh.