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

https://github.com/zetavg/cppcalculator


https://github.com/zetavg/cppcalculator

learning

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

CPPCalculator
=============

[![Build Status](https://travis-ci.org/zetavg/CPPCalculator.svg?branch=develop)](https://travis-ci.org/zetavg/CPPCalculator)
[![Coverage Status](https://coveralls.io/repos/github/zetavg/CPPCalculator/badge.svg?branch=develop)](https://coveralls.io/github/zetavg/CPPCalculator?branch=develop)

This is a project of object oriented programming in C++.

Note
----

This repo contains submodules, please add Add the `--recursive` flag while cloning this repo (e.g. `git clone REPO_URL --recursive`), or run `git submodule init && git submodule update` after cloning it.

Testing
-------

The following command will run all the test suits in this project:

```bash
$ make test
```

To view the test coverage report, run `make coverage` then open `coverage/index.html`