Files
luban-lite-t3e-pro/packages/third-party/awtk-ui/awtk/tests/crc_test.cc

7 lines
146 B
C++
Raw Normal View History

2023-11-09 20:19:51 +08:00
#include "tkc/crc.h"
#include "gtest/gtest.h"
TEST(crc, crc32_file) {
ASSERT_EQ(tk_crc32_file("tests/testdata/test.png", 1024), 1567897941);
}