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

Function test_main

bug/bug.cpp:8–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6namespace fs = boost::filesystem;
7
8int test_main(int, char*[]) // note name
9{
10 BOOST_TEST(2 + 2 == 5); // one convertible-to-bool argument
11 BOOST_TEST_EQ(4 + 4, 9); // two EqualityComparible arguments
12 BOOST_TEST(fs::exists(".")); // should pass, so nothing reported
13
14 return ::boost::report_errors(); // required
15}
16
17// Copyright Beman Dawes 2014
18// Distributed under the Boost Software License, Version 1.0.

Callers

nothing calls this directly

Calls 1

existsFunction · 0.50

Tested by

no test coverage detected