luckfox-pico-sdk/project/app/ipcweb/ipcweb-backend/thirdparty/jwt-cpp/TestMain.cpp
2023-08-08 20:36:47 +08:00

7 lines
128 B
C++

#include <gtest/gtest.h>
int main(int argc, char *argv[])
{
::testing::InitGoogleTest(&argc, argv);
return RUN_ALL_TESTS();
}