Skip to content

Commit

Permalink
tests: LOGGER_LEVEL_ALL
Browse files Browse the repository at this point in the history
  • Loading branch information
lc-soft committed Sep 14, 2024
1 parent 2f3c1a6 commit 887ed7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/run_tests.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

int main(int argc, char **argv)
{
logger_set_level(LOGGER_LEVEL_ERROR);
logger_set_level(LOGGER_LEVEL_ALL);
ctest_describe("test settings", test_settings);
ctest_describe("test thread", test_thread);
ctest_describe("test font load", test_font_load);
Expand Down

0 comments on commit 887ed7d

Please sign in to comment.