Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created March 21, 2019 09:08
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 ryantm/0facb47e6913962eb7c21dab0a734c1d to your computer and use it in GitHub Desktop.
Save ryantm/0facb47e6913962eb7c21dab0a734c1d to your computer and use it in GitHub Desktop.
/nix/store/i5fcq0vvcfmi2wj6d463kakh6xhgkakw-cpptest-2.0.0
├── include
│   ├── cpptest-assert.h
│   ├── cpptest-collectoroutput.h
│   ├── cpptest-compileroutput.h
│   ├── cpptest.h
│   ├── cpptest-htmloutput.h
│   ├── cpptest-output.h
│   ├── cpptest-source.h
│   ├── cpptest-suite.h
│   ├── cpptest-textoutput.h
│   └── cpptest-time.h
└── lib
├── libcpptest.la
├── libcpptest.so -> libcpptest.so.1.0.8
├── libcpptest.so.1 -> libcpptest.so.1.0.8
├── libcpptest.so.1.0.8
└── pkgconfig
└── libcpptest.pc
3 directories, 15 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment