Skip to content

Commit

Permalink
[SGE] Follow-up commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ravi688 committed Aug 19, 2024
1 parent d7f8fbe commit a8fdc8c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions source/test.c
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@
#include <sge/tests/bitmap_text.h>
#include <sge/tests/bitmap_text.load.h>

#include <sge/tests/sdf_rounded_rect.h>

#include <sge/tests/TID-14.case1.h>
#include <sge/tests/TID-14.case2.h>
#include <sge/tests/TID-14.case3.h>
Expand Down Expand Up @@ -109,6 +111,7 @@ SGE_API test_t* test_create(memory_allocator_t* allocator, const char* name)
ELSE_IF(TEXT_MESH_LOAD);
ELSE_IF(BITMAP_TEXT);
ELSE_IF(BITMAP_TEXT_LOAD);
ELSE_IF(SDF_ROUNDED_RECT);
ELSE_IF(TID_14_CASE_1);
ELSE_IF(TID_14_CASE_2);
ELSE_IF(TID_14_CASE_3);
Expand Down Expand Up @@ -149,6 +152,7 @@ SGE_API test_t* test_create(memory_allocator_t* allocator, const char* name)
"\tTEXT_MESH_LOAD\n"
"\tBITMAP_TEXT\n"
"\tBITMAP_TEXT_LOAD\n"
"\tSDF_ROUNDED_RECT\n"
"\tTID_14_CASE_1\n"
"\tTID_14_CASE_2\n"
"\tTID_14_CASE_3\n"
Expand Down

0 comments on commit a8fdc8c

Please sign in to comment.