This commit is contained in:
xianjimli 2019-04-14 07:44:15 +08:00
parent 5cd3530465
commit c4f88d8236
6 changed files with 3 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 247 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 155 B

1
staticcheck/README.md Normal file
View File

@ -0,0 +1 @@
# 静态代码检查

View File

@ -12,7 +12,7 @@
#include <string>
using std::string;
#define TTF_FILE TK_ROOT "/data/fonts/starthere.ttf"
#define TTF_FILE TK_ROOT "/tests/testdata/assets/raw/fonts/starthere.ttf"
#define BUFF_SIZE 1024 * 1024
TEST(FontGen, basic) {
@ -47,3 +47,4 @@ TEST(FontGen, basic) {
TKMEM_FREE(bmp_buff);
TKMEM_FREE(ttf_buff);
}