Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/electronvector/cbot
- Owner: ElectronVector
- Created: 2023-11-16T21:49:11.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-26T19:22:03.000Z (about 1 year ago)
- Last Synced: 2024-11-11T12:17:05.168Z (2 months ago)
- Language: Python
- Size: 45.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.