Merge pull request #43514 from Calinou/test-add-rect2-rect2i

Add a test suite for Rect2 and Rect2i
This commit is contained in:
Rémi Verschelde
2020-11-20 13:40:12 +01:00
committed by GitHub
2 changed files with 468 additions and 0 deletions

View File

@ -52,6 +52,7 @@
#include "test_pck_packer.h"
#include "test_physics_2d.h"
#include "test_physics_3d.h"
#include "test_rect2.h"
#include "test_render.h"
#include "test_shader_lang.h"
#include "test_string.h"