Skip to content
This repository has been archived by the owner on Jul 30, 2021. It is now read-only.

rynkowsg/kata-DictionaryPath

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kata-DictionaryPath Build Status

Build environment and requirements:

The project has been compiled and tested on OS X only. In the future I'm going to ensure that it works also on other platforms.

Two requirements needed to build and run the project on OS X:

  • Xcode Command Line Tools
  • CMake 3.6 or above

To compile:

cmake -H. -Bbuild
cmake --build build

To run a sample:

./build/sample/SampleApp

To run tests:

cmake --build build --target test

To run tests in verbose mode:

cmake -E chdir build cmake -E time ctest -V

Releases

No releases published

Packages

No packages published