Guest User

Untitled

a guest
Feb 18th, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.93 KB | None | 0 0
  1. /nix/store/c1dm8rq618pk2nzv8knhmxrlyj3kpgj4-catch2-2.6.0
  2. ├── include
  3. │   └── catch2
  4. │   ├── catch.hpp
  5. │   ├── catch_reporter_automake.hpp
  6. │   ├── catch_reporter_tap.hpp
  7. │   └── catch_reporter_teamcity.hpp
  8. ├── lib
  9. │   └── cmake
  10. │   └── Catch2
  11. │   ├── Catch2Config.cmake
  12. │   ├── Catch2ConfigVersion.cmake
  13. │   ├── Catch2Targets.cmake
  14. │   ├── CatchAddTests.cmake
  15. │   ├── Catch.cmake
  16. │   └── ParseAndAddCatchTests.cmake
  17. └── share
  18. ├── Catch2
  19. │   ├── gdbinit
  20. │   └── lldbinit
  21. ├── doc
  22. │   └── Catch2
  23. │   ├── assertions.md
  24. │   ├── ci-and-misc.md
  25. │   ├── cmake-integration.md
  26. │   ├── command-line.md
  27. │   ├── commercial-users.md
  28. │   ├── configuration.md
  29. │   ├── contributing.md
  30. │   ├── deprecations.md
  31. │   ├── event-listeners.md
  32. │   ├── generators.md
  33. │   ├── limitations.md
  34. │   ├── list-of-examples.md
  35. │   ├── logging.md
  36. │   ├── matchers.md
  37. │   ├── opensource-users.md
  38. │   ├── other-macros.md
  39. │   ├── own-main.md
  40. │   ├── Readme.md
  41. │   ├── release-notes.md
  42. │   ├── release-process.md
  43. │   ├── reporters.md
  44. │   ├── slow-compiles.md
  45. │   ├── test-cases-and-sections.md
  46. │   ├── test-fixtures.md
  47. │   ├── tostring.md
  48. │   ├── tutorial.md
  49. │   └── why-catch.md
  50. └── pkgconfig
  51. └── catch2.pc
  52.  
  53. 10 directories, 40 files
Add Comment
Please, Sign In to add comment