Go to the source code of this file.
unit test DiagnosticContext_test
Definition in file diagnostic-context-test.cpp.
#include "lib/test/run.hpp"
#include "lib/test/test-helper.hpp"
#include "lib/diagnostic-context.hpp"
#include "lib/iter-explorer.hpp"
#include "lib/thread.hpp"
#include <vector>
#include <chrono>
#include <array>
|
typedef DiagnosticContext< uint > | Marker |
| Subject of this test: a thread-local stack of int values.
|
|
|
| LAUNCHER (DiagnosticContext_test, "function common") |
| Register this test class... More...
|
|
|
auto | isOdd = [](auto val) { return bool (val % 2); } |
|
const uint | MAX_RAND = 100*1000 |
|
const uint | NUM_THREADS = 75 |
|
|
| lib |
| Implementation namespace for support and library code.
|
|
◆ LAUNCHER()
Register this test class...