/unity

Primary LanguageCApache License 2.0Apache-2.0

Unity

Generate build environment with CMake

cmake -GNinja -DTARGET_GROUP=test {PROJECT_PATH}

Build project with Ninja

ninja -v

Run test with CTest

ctest --verbose