Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 862 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 862 Bytes

libparodus

C implementation of the Parodus adapter

Build Status codecov.io Coverity Apache V2 License Quality Gate Status

Building and Testing Instructions

mkdir build
cd build
cmake ..
make
make test