Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 273 Bytes

File metadata and controls

16 lines (13 loc) · 273 Bytes

Development

All commands are to be run from the project's toplevel directory.

Build

To build the project with cmake, run:

cmake -B bld
cmake --build bld --config RelOnHost

Test

To run the test suite:

ctest --test-dir bld --timeout 10