Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 317 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 317 Bytes

loft-docs

LOFT Documentation

Build Status

Vector tests

Building

cd examples/vectorTests
cmake -G "<generator>" -S "" -B "build"   # run "cmake -G" for list of generators
cmake --build build

Running tests

cd build
ctest