[==========] Running 5 tests from 2 test suites.
[----------] Global test environment set-up.
[----------] 1 test from BitSetDeathTest
[ RUN      ] BitSetDeathTest.TestInvalidUsage

[WARNING] /home/jenkins-slave/workspace/build_and_test/thirdparty/src/googletest-release-1.12.1/googletest/src/gtest-death-test.cc:1108:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 2 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out.

[WARNING] /home/jenkins-slave/workspace/build_and_test/thirdparty/src/googletest-release-1.12.1/googletest/src/gtest-death-test.cc:1108:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 2 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out.

[WARNING] /home/jenkins-slave/workspace/build_and_test/thirdparty/src/googletest-release-1.12.1/googletest/src/gtest-death-test.cc:1108:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 2 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out.
[       OK ] BitSetDeathTest.TestInvalidUsage (501 ms)
[----------] 1 test from BitSetDeathTest (501 ms total)

[----------] 4 tests from BitSetTest
[ RUN      ] BitSetTest.TestConstruction
[       OK ] BitSetTest.TestConstruction (0 ms)
[ RUN      ] BitSetTest.TestInitializerList
[       OK ] BitSetTest.TestInitializerList (0 ms)
[ RUN      ] BitSetTest.TestBasicOperations
[       OK ] BitSetTest.TestBasicOperations (0 ms)
[ RUN      ] BitSetTest.TestInsert
[       OK ] BitSetTest.TestInsert (0 ms)
[----------] 4 tests from BitSetTest (0 ms total)

[----------] Global test environment tear-down
[==========] 5 tests from 2 test suites ran. (502 ms total)
[  PASSED  ] 5 tests.
