Browse Source

TODO: make the output images of the example tests smaller

rexim 3 years ago
parent
commit
ad31464b04
1 changed files with 1 additions and 0 deletions
  1. 1 0
      test.c

+ 1 - 0
test.c

@@ -361,6 +361,7 @@ Test_Case test_cases[] = {
     DEFINE_TEST_CASE(test_draw_line),
     DEFINE_TEST_CASE(test_fill_triangle),
     DEFINE_TEST_CASE(test_alpha_blending),
+    // TODO: make the output images of the example tests smaller
     DEFINE_TEST_CASE(test_checker_example),
     DEFINE_TEST_CASE(test_circle_example),
     DEFINE_TEST_CASE(test_lines_example),