Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alexmanno/cfony-tests

Having fun with C++11 and UnitTests
https://github.com/alexmanno/cfony-tests

Last synced: 6 days ago
JSON representation

Having fun with C++11 and UnitTests

Awesome Lists containing this project

README

        

# cfony-tests
[![Build Status](https://travis-ci.org/alexmanno/cfony-tests.svg?branch=master)](https://travis-ci.org/alexmanno/cfony-tests)
Having fun with C++11 and UnitTests

## Build
If you have CLion installed you can build application using:
```sh
make compile
```

## Run application
Now you can run cfony and his tests:
```sh
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
```