Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jonjondev/ccomp-tools

A bash command to easily compile C++ code in G++ and run CxxTest
https://github.com/jonjondev/ccomp-tools

Last synced: 7 days ago
JSON representation

A bash command to easily compile C++ code in G++ and run CxxTest

Awesome Lists containing this project

README

        

# CComp Tools

This is a command for OSX and Linux that can be used to compile C++ with G++ and tests it with CxxTest.

## Installation

Before usage you must have installed:
- G++ (often comes with Xcode for OSX)
- CXXTest

## Usage

Unit test with a CxxText .h file:
```
ccomp test-file-name
```