Files
luban-lite-t3e-pro/packages/third-party/awtk-ui/awtk/tests/crc_test.cc
2025-09-30 11:56:06 +08:00

7 lines
152 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);
}