test(font_loader) migrate the exisiting font loader test

This commit is contained in:
Gabor Kiss-Vamosi
2021-06-03 20:15:59 +02:00
parent 28d2ad4c3a
commit bc5b3be61f
13 changed files with 3987 additions and 4 deletions

View File

@@ -24,6 +24,7 @@ def build(defines, test_name):
d_all += '"'
test_file_name = test_name + ".c"
test_file_runner_name = test_name + "_Runner.c"
# -s makes it silence
cmd = "make -s -j BIN=test.bin MAINSRC=" + test_file_name + " TEST_SRC=" + test_file_runner_name + " LVGL_DIR_NAME=" + lvgldirname + " DEFINES=" + d_all + " OPTIMIZATION=" + optimization
print("")