Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/electronvector/cbot

CMake build and test assistant
https://github.com/electronvector/cbot

Last synced: 6 days ago
JSON representation

CMake build and test assistant

Awesome Lists containing this project

README

        

# cbot

A tool for automating manual steps and generating code when unit testing C language CMake-based projects.

## Goals

- Make it easy to set up new projects and add new unit tests.
- Use CMake for builds and CTest for running tests.
- Generate code and automate tasks as needed, but the resulting output files can be built and run by CMake and Ctest without requiring `cbot`.