# GTest-CLion-example **Repository Path**: xia5523/GTest-CLion-example ## Basic Information - **Project Name**: GTest-CLion-example - **Description**: No description available - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-06-22 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # CLion集成GTest的简单示例 通过简单的示例,将GTest测试框架集成到CLion工程中(验证环境为Linux) * 工程目录视图 ![](./assets/catalogView.png) * CMakeList.txt ![](./assets/CMakeList.png) * main.c ![](./assets/mainCode.png) * 测试结果 ![](./assets/result.png)