DrawManager: Move tests in namespace
Using blender::draw::tests as namespaces.
This commit is contained in:
@@ -15,6 +15,8 @@
|
||||
#include "engines/overlay/overlay_private.h"
|
||||
#include "engines/workbench/workbench_private.h"
|
||||
|
||||
namespace blender::draw::tests {
|
||||
|
||||
/* Base class for draw test cases. It will setup and tear down the GPU part around each test. */
|
||||
class DrawTest : public ::testing::Test {
|
||||
private:
|
||||
@@ -319,4 +321,6 @@ TEST_F(DrawTest, eevee_glsl_shaders_static)
|
||||
EXPECT_NE(EEVEE_shaders_effect_screen_raytrace_sh_get(ssr_option), nullptr);
|
||||
}
|
||||
EEVEE_shaders_free();
|
||||
}
|
||||
}
|
||||
|
||||
} // namespace blender::draw::tests
|
||||
Reference in New Issue
Block a user