add decimal unit test

This commit is contained in:
wangjiaming0909 2024-12-23 14:35:19 +08:00 committed by wangjiaming0909
parent f833959dbf
commit 35eba209c4
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
#include <gtest/gtest.h>
int main(int argc, char **argv) {
testing::InitGoogleTest(&argc, argv);
return RUN_ALL_TESTS();
}