Welcome to mirror list, hosted at ThFree Co, Russian Federation.

exe_with_static_libs_xml.txt « test_output « exe_with_static_libs « examples - github.com/onqtam/doctest.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c09e154532a75fc5666f0b8cf1d9a2b1b1244474 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?xml version="1.0" encoding="UTF-8"?>
<doctest binary="exe_with_static_libs">
  <Options order_by="file" rand_seed="0" first="0" last="4294967295" abort_after="0" subcase_filter_levels="2147483647" case_sensitive="false" no_throw="false" no_skip="false"/>
  <TestSuite>
    <TestCase name="asd" filename="lib_1_src1.cpp" line="0">
hello from <lib_1_src1.cpp>
      <OverallResultsAsserts successes="0" failures="0" test_case_success="true"/>
    </TestCase>
    <TestCase name="asd" filename="lib_1_src2.cpp" line="0">
hello from <lib_1_src2.cpp>
      <OverallResultsAsserts successes="0" failures="0" test_case_success="true"/>
    </TestCase>
    <TestCase name="asd" filename="lib_2_src.cpp" line="0">
hello from <lib_2_src.cpp>
      <OverallResultsAsserts successes="0" failures="0" test_case_success="true"/>
    </TestCase>
    <TestCase name="main" filename="main.cpp" line="0">
hello from <main.cpp>
      <OverallResultsAsserts successes="0" failures="0" test_case_success="true"/>
    </TestCase>
    <TestCase name="equality of namespaced type" filename="main.cpp" line="0">
      <OverallResultsAsserts successes="2" failures="0" test_case_success="true"/>
    </TestCase>
  </TestSuite>
  <OverallResultsAsserts successes="2" failures="0"/>
  <OverallResultsTestCases successes="5" failures="0" skipped="0"/>
</doctest>