MCPcopy Create free account
hub / github.com/boost-ext/ut / main

Function main

benchmark/test.cpp:10–1013  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8#include <boost/ut.hpp>
9
10int main() {
11 using namespace boost::ut;
12
13 "1"_test = [] {};
14 "2"_test = [] {};
15 "3"_test = [] {};
16 "4"_test = [] {};
17 "5"_test = [] {};
18 "6"_test = [] {};
19 "7"_test = [] {};
20 "8"_test = [] {};
21 "9"_test = [] {};
22 "10"_test = [] {};
23 "11"_test = [] {};
24 "12"_test = [] {};
25 "13"_test = [] {};
26 "14"_test = [] {};
27 "15"_test = [] {};
28 "16"_test = [] {};
29 "17"_test = [] {};
30 "18"_test = [] {};
31 "19"_test = [] {};
32 "20"_test = [] {};
33 "21"_test = [] {};
34 "22"_test = [] {};
35 "23"_test = [] {};
36 "24"_test = [] {};
37 "25"_test = [] {};
38 "26"_test = [] {};
39 "27"_test = [] {};
40 "28"_test = [] {};
41 "29"_test = [] {};
42 "30"_test = [] {};
43 "31"_test = [] {};
44 "32"_test = [] {};
45 "33"_test = [] {};
46 "34"_test = [] {};
47 "35"_test = [] {};
48 "36"_test = [] {};
49 "37"_test = [] {};
50 "38"_test = [] {};
51 "39"_test = [] {};
52 "40"_test = [] {};
53 "41"_test = [] {};
54 "42"_test = [] {};
55 "43"_test = [] {};
56 "44"_test = [] {};
57 "45"_test = [] {};
58 "46"_test = [] {};
59 "47"_test = [] {};
60 "48"_test = [] {};
61 "49"_test = [] {};
62 "50"_test = [] {};
63 "51"_test = [] {};
64 "52"_test = [] {};
65 "53"_test = [] {};
66 "54"_test = [] {};
67 "55"_test = [] {};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected