MCPcopy Create free account
hub / github.com/boostorg/filesystem / main

Function main

test/path_operator_ambiguity.cpp:48–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46}
47
48int main(int, char* argv[])
49{
50 return test_eq(argv[0]) + test_ne(argv[0]) +
51 test_lt(argv[0]) + test_gt(argv[0]) +
52 test_le(argv[0]) + test_ge(argv[0]);
53}

Callers

nothing calls this directly

Calls 6

test_eqFunction · 0.85
test_neFunction · 0.85
test_ltFunction · 0.85
test_gtFunction · 0.85
test_leFunction · 0.85
test_geFunction · 0.85

Tested by

no test coverage detected