Skip to content

intercreate/test-cmake

Repository files navigation

test_cmake

Unit test framework for CMake projects.

Include in your CMake project

The easiest way to use this library in your project is to use CMake's FetchContent API.

  • Commit the FetchContent script to your repository:
    wget https://github.com/intercreate/test-cmake/releases/latest/download/fetch_test_cmake.cmake
    
  • Include it wherever you'd like to use functions from this library:
    include(fetch_test_cmake.cmake)
    

Contributions

About

Unit test framework CMake projects.

Resources

License

Stars

Watchers

Forks

Packages

No packages published