Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 772 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 772 Bytes

SLB

C++ Standard Library Backport

travis appveyor license

Test

This directory contains the tests for SLB.

Build / Run

Execute the following commands from the top-level directory:

mkdir build && cd build
cmake ..
cmake --build .
ctest --output-on-failure