Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jonjondev/ccomp-tools
- Owner: jonjondev
- Created: 2017-12-21T04:56:48.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-18T09:07:58.000Z (over 6 years ago)
- Last Synced: 2023-08-16T10:05:32.494Z (about 1 year ago)
- Language: Shell
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```