Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 273 Bytes

File metadata and controls

18 lines (10 loc) · 273 Bytes

Compiler

Build Status

build

$ cmake . && make

test

$ make test

cppcheck

$ make cppcheck

valgrind (leak check)

$ make memcheck