Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created October 22, 2020 13:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-ryantm/1b6e4fba1293b427d401f796e90a69c5 to your computer and use it in GitHub Desktop.
Save r-ryantm/1b6e4fba1293b427d401f796e90a69c5 to your computer and use it in GitHub Desktop.
/nix/store/van1zi83j6my6idd8cccdqdhm4yx5dvg-catch2-2.13.2
├── include
│   └── catch2
│   ├── catch.hpp
│   ├── catch_reporter_automake.hpp
│   ├── catch_reporter_sonarqube.hpp
│   ├── catch_reporter_tap.hpp
│   └── catch_reporter_teamcity.hpp
├── lib
│   └── cmake
│   └── Catch2
│   ├── Catch2Config.cmake
│   ├── Catch2ConfigVersion.cmake
│   ├── Catch2Targets.cmake
│   ├── CatchAddTests.cmake
│   ├── Catch.cmake
│   └── ParseAndAddCatchTests.cmake
└── share
├── Catch2
│   ├── gdbinit
│   └── lldbinit
├── doc
│   └── Catch2
│   ├── assertions.md
│   ├── benchmarks.md
│   ├── ci-and-misc.md
│   ├── cmake-integration.md
│   ├── command-line.md
│   ├── commercial-users.md
│   ├── configuration.md
│   ├── contributing.md
│   ├── deprecations.md
│   ├── event-listeners.md
│   ├── generators.md
│   ├── limitations.md
│   ├── list-of-examples.md
│   ├── logging.md
│   ├── matchers.md
│   ├── opensource-users.md
│   ├── other-macros.md
│   ├── own-main.md
│   ├── Readme.md
│   ├── release-notes.md
│   ├── release-process.md
│   ├── reporters.md
│   ├── slow-compiles.md
│   ├── test-cases-and-sections.md
│   ├── test-fixtures.md
│   ├── tostring.md
│   ├── tutorial.md
│   └── why-catch.md
└── pkgconfig
└── catch2.pc
10 directories, 42 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment