[TDD/C++] C++로 실습하는 Test-Driven Development - GoogleTest 예시 프로젝트
예시 프로젝트 만들어보기 C++는 CMakeFiles를 작성하는게 꽤나 번거로운 작업이라 예시 링크를 보고 프로젝트를 하나 만들어뒀다. 참고한 링크: https://raymii.org/s/tutorials/Cpp_project_setup_with_cmake_and_unit_tests.html C++ project setup with CMake & unit tests (google test) - Raymii.org This guide will show you how to setup a new C++ project with CMake and unit tests via Google's test framework. With this setup you can get started right away with te..
2022.08.30