Prototype of the Executors proposal for ISO C++
mkdir build
cd build
cmake -G"Xcode" ../ -B.
mkdir build
cd build
cmake -G"Visual Studio 12" ..\ -B.
mkdir build
cd build
cmake -G"Unix Makefiles" -DCMAKE_BUILD_TYPE=RelWithDebInfo -B. ../
make
mkdir build
cd build
cmake -G"NMake Makefiles" -DCMAKE_BUILD_TYPE=RelWithDebInfo -B. ..\
nmake
The build only produces a test binary.
- You can use the CMake test runner
ctest
- You can run the test binary directly
extr_test
- Tests can be selected by name or tag
extr_test [time]