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
- Host: GitHub
- URL: https://github.com/xmidt-org/rebar-c
- Owner: xmidt-org
- License: apache-2.0
- Created: 2018-02-27T22:42:30.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-12-07T17:33:18.000Z (over 4 years ago)
- Last Synced: 2025-03-23T12:32:54.311Z (2 months ago)
- Language: C
- Size: 44.9 KB
- Stars: 2
- Watchers: 17
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rebar-c
Misc C Utilities (initially for XMiDT and WebPA)[](https://travis-ci.org/Comcast/rebar-c)
[](http://codecov.io/github/Comcast/rebar-c?branch=master)
[]("https://scan.coverity.com/projects/comcast-rebar-c)
[](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
```