Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/alexmanno/cfony-tests
- Owner: alexmanno
- Created: 2017-11-18T07:46:30.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-18T19:52:32.000Z (about 7 years ago)
- Last Synced: 2024-10-30T08:21:37.738Z (about 2 months ago)
- Language: C++
- Size: 91.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```