• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

STEllAR-GROUP / hpx / #882

31 Aug 2023 07:44PM UTC coverage: 41.798% (-44.7%) from 86.546%
#882

push

19442 of 46514 relevant lines covered (41.8%)

126375.38 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/libs/core/resiliency/examples/version.cpp
1
//  Copyright (c) 2019 National Technology & Engineering Solutions of Sandia,
2
//                     LLC (NTESS).
3
//  Copyright (c) 2018 Hartmut Kaiser
4
//
5
//  SPDX-License-Identifier: BSL-1.0
6
//  Distributed under the Boost Software License, Version 1.0. (See accompanying
7
//  file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
8

9
#include <hpx/init.hpp>
10
#include <hpx/modules/resiliency.hpp>
11
#include <hpx/modules/testing.hpp>
12

13
#include <iostream>
14

15
int hpx_main()
×
16
{
17
    std::cout << "HPX Resiliency module version: "
18
              << hpx::resiliency::experimental::full_version_str() << "\n";
×
19

20
    return hpx::local::finalize();
×
21
}
22

23
int main(int argc, char* argv[])
×
24
{
25
    HPX_TEST_EQ_MSG(hpx::local::init(hpx_main, argc, argv), 0,
×
26
        "HPX main exited with non-zero status");
27

28
    return hpx::util::report_errors();
×
29
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc