文章分类 -  LLT

LLT_Simple
摘要:CMakeList cmake_minimum_required(VERSION 3.20) project(CppTest) set(CMAKE_CXX_STANDARD 14) include("D:/platform/gtest.cmake") include("D:/platform/sec 阅读全文
posted @ 2022-05-04 15:16 蜀山菜鸟 阅读(28) 评论(0) 推荐(0)
LLT_Example
摘要:main.cpp #include "gtest.h" #include <iostream> #include "securec.h" #include "GTestLLT/CMyTest.h" TEST(securecfunTest, memcpyTest) { #define BUFF_LEN 阅读全文
posted @ 2022-05-03 19:48 蜀山菜鸟 阅读(137) 评论(0) 推荐(0)