Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created December 23, 2019 06:39
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/0b855235644ad80f08c3b8db9f512b07 to your computer and use it in GitHub Desktop.
Save ryantm/0b855235644ad80f08c3b8db9f512b07 to your computer and use it in GitHub Desktop.
/nix/store/7ky09rik617mbjz89gx38nwzdk1r5qs2-cppunit-1.15.0
├── bin
│   └── DllPlugInTester
├── include
│   └── cppunit
│   ├── AdditionalMessage.h
│   ├── Asserter.h
│   ├── BriefTestProgressListener.h
│   ├── CompilerOutputter.h
│   ├── config
│   │   ├── config-bcb5.h
│   │   ├── config-evc4.h
│   │   ├── config-mac.h
│   │   ├── config-msvc6.h
│   │   ├── CppUnitApi.h
│   │   ├── SelectDllLoader.h
│   │   └── SourcePrefix.h
│   ├── config-auto.h
│   ├── Exception.h
│   ├── extensions
│   │   ├── AutoRegisterSuite.h
│   │   ├── ExceptionTestCaseDecorator.h
│   │   ├── HelperMacros.h
│   │   ├── Orthodox.h
│   │   ├── RepeatedTest.h
│   │   ├── TestCaseDecorator.h
│   │   ├── TestDecorator.h
│   │   ├── TestFactory.h
│   │   ├── TestFactoryRegistry.h
│   │   ├── TestFixtureFactory.h
│   │   ├── TestNamer.h
│   │   ├── TestSetUp.h
│   │   ├── TestSuiteBuilderContext.h
│   │   ├── TestSuiteFactory.h
│   │   └── TypeInfoHelper.h
│   ├── Message.h
│   ├── Outputter.h
│   ├── plugin
│   │   ├── DynamicLibraryManagerException.h
│   │   ├── DynamicLibraryManager.h
│   │   ├── PlugInManager.h
│   │   ├── PlugInParameters.h
│   │   ├── TestPlugInDefaultImpl.h
│   │   └── TestPlugIn.h
│   ├── portability
│   │   ├── FloatingPoint.h
│   │   └── Stream.h
│   ├── Portability.h
│   ├── Protector.h
│   ├── SourceLine.h
│   ├── SynchronizedObject.h
│   ├── TestAssert.h
│   ├── TestCaller.h
│   ├── TestCase.h
│   ├── TestComposite.h
│   ├── TestFailure.h
│   ├── TestFixture.h
│   ├── Test.h
│   ├── TestLeaf.h
│   ├── TestListener.h
│   ├── TestPath.h
│   ├── TestResultCollector.h
│   ├── TestResult.h
│   ├── TestRunner.h
│   ├── TestSuccessListener.h
│   ├── TestSuite.h
│   ├── TextOutputter.h
│   ├── TextTestProgressListener.h
│   ├── TextTestResult.h
│   ├── TextTestRunner.h
│   ├── tools
│   │   ├── Algorithm.h
│   │   ├── StringHelper.h
│   │   ├── StringTools.h
│   │   ├── XmlDocument.h
│   │   └── XmlElement.h
│   ├── ui
│   │   └── text
│   │   ├── TestRunner.h
│   │   └── TextTestRunner.h
│   ├── XmlOutputter.h
│   └── XmlOutputterHook.h
├── lib
│   ├── libcppunit-1.15.so.0 -> libcppunit-1.15.so.0.0.0
│   ├── libcppunit-1.15.so.0.0.0
│   ├── libcppunit.la
│   ├── libcppunit.so -> libcppunit-1.15.so.0.0.0
│   └── pkgconfig
│   └── cppunit.pc
└── share
└── doc
└── cppunit
├── AUTHORS
├── BUGS
├── CodingGuideLines.txt
├── FAQ
├── INSTALL
├── INSTALL-unix
└── INSTALL-WIN32.txt
15 directories, 83 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment