boost_runtime_list_content.output 339 B

12345678910111213141516
  1. //[example_output
  2. > ./boost_runtime_list_content --list_content
  3. s1*: disabled suite 1
  4. test1*: enabled
  5. test2 : defaulted
  6. test3 : defaulted
  7. s14 : test suite which depends on another test suite
  8. test1
  9. s2*
  10. test1 : defaulted
  11. test2*: enabled w. precondition
  12. s23*
  13. test1
  14. test2
  15. test3*
  16. //]