doctest

FORK: The fastest feature-rich C++11/14/17/20 single-header testing framework
git clone https://git.neptards.moe/neptards/doctest.git
Log | Files | Refs | README

exe_with_static_libs.txt (358B)


      1 [doctest] run with "--help" for options
      2 hello from <lib_1_src1.cpp>
      3 hello from <lib_1_src2.cpp>
      4 hello from <lib_2_src.cpp>
      5 hello from <main.cpp>
      6 ===============================================================================
      7 [doctest] test cases: 4 | 4 passed | 0 failed | 0 skipped
      8 [doctest] assertions: 0 | 0 passed | 0 failed |
      9 [doctest] Status: SUCCESS!