Skip to content

Latest commit

 

History

History
30 lines (27 loc) · 1.08 KB

README.md

File metadata and controls

30 lines (27 loc) · 1.08 KB

FalconCalc

Roman Numeral Calculator

Master

wercker status
Coverage Status

Develop

wercker status
Coverage Status

###Building and Running: #####Install needed debian packages:

apt-get install -y cmake pkg-config gperf gcc-multilib libc6-dev build-essential

#####Build source:

cmake .
make

#####Run tests:

tests\TestFalconCalc

#####Build coverage report:

cmake -DCMAKE_BUILD_TYPE=Debug
make FalconCalc_cov