Files
luban-lite-t3e-pro/packages/third-party/awtk-ui/awtk/tests/crc_test.cc
刘可亮 3b4064f334 v1.0.2
2023-11-30 19:48:02 +08:00

7 lines
146 B
C++

#include "tkc/crc.h"
#include "gtest/gtest.h"
TEST(crc, crc32_file) {
ASSERT_EQ(tk_crc32_file("tests/testdata/test.png", 1024), 1567897941);
}