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

Function test_main

test/relative_test.cpp:105–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103//--------------------------------------------------------------------------------------//
104
105int test_main(int, char*[])
106{
107// document state of critical macros
108#ifdef BOOST_FILESYSTEM_POSIX_API
109 cout << "BOOST_FILESYSTEM_POSIX_API" << endl;
110#endif
111#ifdef BOOST_FILESYSTEM_WINDOWS_API
112 cout << "BOOST_FILESYSTEM_WINDOWS_API" << endl;
113#endif
114
115 lexically_relative_test();
116 lexically_proximate_test();
117
118 return ::boost::report_errors();
119}

Callers

nothing calls this directly

Calls 2

lexically_relative_testFunction · 0.85
lexically_proximate_testFunction · 0.85

Tested by

no test coverage detected