Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created February 12, 2020 04:34
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/3612e0cea668e78d19cc679e9c9a3303 to your computer and use it in GitHub Desktop.
Save r-ryantm/3612e0cea668e78d19cc679e9c9a3303 to your computer and use it in GitHub Desktop.
/nix/store/057pvlq1v7grfa8zlna6phy4lml8gnx4-cppunit-1.15.1
├── 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.1 -> libcppunit-1.15.so.1.0.0
│   ├── libcppunit-1.15.so.1.0.0
│   ├── libcppunit.la
│   ├── libcppunit.so -> libcppunit-1.15.so.1.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