ctest
There are 91 repositories under ctest topic.
ttroy50/cmake-examples
Useful CMake Examples
microsoft/vscode-cmake-tools
CMake Tools provides a robust, convenient workflow for CMake projects in VS Code. It simplifies configurations with CMake presets, supports IntelliSense and built-in debugging for CMake scripts, and offers configurable tasks. Its customizable interface allows for efficient project control, while also simplifying test execution and monitoring.
LearningByExample/ModernCppCI
This is an example of doing a Modern C++ project with CI
iarsystems/cmake-tutorial
Build and test embedded software using the IAR C/C++ Compiler alongside CMake
MartinHelmut/cpp-gui-template-sdl2
C++ GUI starter project template with CMake and Cpack, Dear ImGui, and SDL2.
gongluck/CMAKE-DEMO
CMake 学习(cmake命令、测试、安装、打包、交叉编译、NDK、clang)
TriBITSPub/TriBITS
TriBITS: Tribal Build, Integrate, and Test System,
mortinger91/cpp-cmake-template
Template for a C++ CMake project, using Github Actions and CTest.
rwols/CMakeBuilder
Configure, build and test a CMake project right from within Sublime Text 3.
Ben1980/cpptemplate
A template project (library and executable) for C++ projects with cmake, ctest, vcpkg, circleci, and automated document deploymend via doxygen to gh-pages
TheLongRunSmoke/utility-boilerplate-qt
🚀Boilerplate for C++ utility application based on Qt5
MartinHelmut/cpp-gui-template-sdl2-opengl
C++ GUI starter project template with CMake and Cpack, Dear ImGui, SDL2, and OpenGL 4.1.
havardt/EzTest
An easy to use unit testing framework written in, and created for, the C language.
reyreaud-l/simple-cpp-setup
Simple C++ setup with CMake and CTest.
MartinHelmut/cpp-base-template
C++ project template.
fgeorgatos/easybuild.experimental
This repository is for easybuild open source contributions without restrictions - add your username under the /users directory
OlivierLDff/cmocka-cmake-example
A sample project using CMocka with CMake
MangaD/cpp-project-template
⚡ A template for modern C++ cross-platform projects. Using CMake, CI/CD, unit tests, code coverage, static and dynamic analisis, auto formatting, package management, documentation, GUI, installers, and more.
biddisco/pycicle
Python Continuous Integration Command Line Engine
Toxe/catch2-examples
Examples for structuring CMake projects using Catch2
xmagpie/counsel-test
An emacs package that integrates ivy/counsel with different testing frameworks (e.g. ctest, pytest etc)
elucideye/aglet
Tiny cross platform (headless) opengl context creation.
fredericbonnet/cmake-test-explorer
CMake Test Explorer for Visual Studio Code
MartinHelmut/cpp-gui-template-sdl3-opengl
C++ GUI starter project template with CMake and Cpack, Dear ImGui, SDL3, and OpenGL 4.1.
c4deszes/cmake-pytest-module
CMake module that allows discovery and execution of Pytest tests through CTest
MartinHelmut/cpp-gui-template-sdl3
C++ GUI starter project template with CMake and Cpack, Dear ImGui, and SDL3.
hunter-packages/gauze
:ribbon: Unified CTest-friendly testing framework for Windows, Linux, macOS, iOS, Android
jrmadsen/pyctest
Python bindings of select portions of CMake/CTest package -- enabling generation of CTest test files from Python without a CMake build system
rpasquay/scratch
C++ Project Template
micst/CTestAdapter
A Test Adapter for VisualStudio to run CTest tests
threeal/ctest-action
Test CMake projects using CTest on GitHub Actions
vinograd47/ctest-ext
CTest Extension module
w00zie/kmeans
K-Means clustering in C++17: header-only sequential and parallel implementations
w00zie/mean_shift
Mean Shift C++17 implementations: Sequential, OpenMP and CUDA
CraigCarey/cpp-project-skeleton
A basic C++ project outline with some helpful tooling
jideoyelayo1/cpp-ml-library
A library of Machine Learning Algorithms