Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 296 Bytes

File metadata and controls

7 lines (4 loc) · 296 Bytes

#Simple GoogleTest Cmake Project

A simple project I made to test GoogleTest with a C project.

We have a main.c and Modules with only .c files. The tests are in C++.

This project is made for Clion to pick up the tests and integrate them easily. But it builds normaly with Cmake without a fuss.