alexmanno / cfony-tests

Having fun with C++11 and UnitTests

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cfony-tests

Build Status Having fun with C++11 and UnitTests

Build

If you have CLion installed you can build application using:

make compile

Run application

Now you can run cfony and his tests:

make run        # Run cfony application
make run-tests  # Run cfony tests
# You can build and run in one command
make crun       # Build and Run cfony
make crun-tests # Build and Run cfony tests

About

Having fun with C++11 and UnitTests


Languages

Language:C++ 99.7%Language:CMake 0.2%Language:Makefile 0.1%