# ccbase **Repository Path**: visionarywind/ccbase ## Basic Information - **Project Name**: ccbase - **Description**: C++ tests base - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: develop - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-01-27 - **Last Updated**: 2025-12-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Information - CMake multi-module project - Tests via `Catch2` and `GTest` ## Description Base project for learning c++ ## Structure - application main function - common common lib - gtests - test - libs - tools - ascend test lib with AsecndCL ## Build ```bash ./build.sh --clean ``` Run tests: ```bash ./run_tests.sh ``` ## Run application ```bash ./build/application/app ```