Skip to content

Files

Latest commit

a8a874a · Jan 7, 2020

History

History

test

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jun 5, 2019
Jan 15, 2019
May 24, 2017
Jan 7, 2020
May 24, 2017
May 24, 2017
Jun 5, 2017
Jan 7, 2020
May 24, 2017
Jan 9, 2019
May 24, 2017
Jun 5, 2017
May 24, 2017
Mar 10, 2018
Jan 15, 2019
Nov 14, 2017
Nov 30, 2018
May 24, 2017
Jan 15, 2019
Mar 10, 2018
Mar 10, 2018
Jan 15, 2019

MPark.Variant

C++17 std::variant for C++11/14/17

release header travis appveyor license godbolt wandbox

Test

This directory contains the tests for MPark.Variant.

CMake Variables

  • MPARK_VARIANT_EXCEPTIONS:BOOL (default: ON)

    Build the tests with exceptions support.

Build / Run

Execute the following commands from the top-level directory:

mkdir build
cd build
cmake -DMPARK_VARIANT_INCLUDE_TESTS="mpark;libc++" ..
cmake --build .
ctest --output-on-failure