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

https://github.com/xmidt-org/rebar-c

Misc Utilities for WebPA
https://github.com/xmidt-org/rebar-c

Last synced: about 2 months ago
JSON representation

Misc Utilities for WebPA

Awesome Lists containing this project

README

        

# rebar-c
Misc C Utilities (initially for XMiDT and WebPA)

[![Build Status](https://travis-ci.org/Comcast/rebar-c.svg?branch=master)](https://travis-ci.org/Comcast/rebar-c)
[![codecov.io](http://codecov.io/github/Comcast/rebar-c/coverage.svg?branch=master)](http://codecov.io/github/Comcast/rebar-c?branch=master)
[![Coverity](https://img.shields.io/coverity/scan/15804.svg)]("https://scan.coverity.com/projects/comcast-rebar-c)
[![Apache V2 License](http://img.shields.io/badge/license-Apache%20V2-blue.svg)](https://github.com/Comcast/rebar-c/blob/master/LICENSE.txt)

# Building and Testing Instructions

```
mkdir build
cd build
cmake ..
make
make test
make coverage
firefox index.html
```