Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 670 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 670 Bytes

libparodus

C implementation of the Parodus adapter

Build Status codecov.io Coverity Apache V2 License

Building and Testing Instructions

mkdir build
cd build
cmake ..
make
make test