tgamblin / ctest-demo

Simple CMake/CTest example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple CTest example

Simple CMake example that bulids a program test that fails when you pass it anything other than zero.

Building

To build:

mkdir build && cd build
cmake ..
make

Testing

To test (from within the build directory):

ctest

That's all!

About

Simple CMake/CTest example


Languages

Language:CMake 59.0%Language:C 41.0%