Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created May 28, 2020 01:49
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/f72f3a717dd6caa307d65e2bf0b22dc9 to your computer and use it in GitHub Desktop.
Save r-ryantm/f72f3a717dd6caa307d65e2bf0b22dc9 to your computer and use it in GitHub Desktop.
/nix/store/s4a0f1xkymh5iaanhjsc6pnjr2y23fw4-cpputest-4.0
├── include
│   ├── CppUTest
│   │   ├── CommandLineArguments.h
│   │   ├── CommandLineTestRunner.h
│   │   ├── CppUTestConfig.h
│   │   ├── CppUTestGeneratedConfig.h
│   │   ├── JUnitTestOutput.h
│   │   ├── MemoryLeakDetector.h
│   │   ├── MemoryLeakDetectorMallocMacros.h
│   │   ├── MemoryLeakDetectorNewMacros.h
│   │   ├── MemoryLeakWarningPlugin.h
│   │   ├── PlatformSpecificFunctions_c.h
│   │   ├── PlatformSpecificFunctions.h
│   │   ├── SimpleMutex.h
│   │   ├── SimpleString.h
│   │   ├── SimpleStringInternalCache.h
│   │   ├── StandardCLibrary.h
│   │   ├── TeamCityTestOutput.h
│   │   ├── TestFailure.h
│   │   ├── TestFilter.h
│   │   ├── TestHarness_c.h
│   │   ├── TestHarness.h
│   │   ├── TestMemoryAllocator.h
│   │   ├── TestOutput.h
│   │   ├── TestPlugin.h
│   │   ├── TestRegistry.h
│   │   ├── TestResult.h
│   │   ├── TestTestingFixture.h
│   │   ├── Utest.h
│   │   └── UtestMacros.h
│   └── CppUTestExt
│   ├── CodeMemoryReportFormatter.h
│   ├── GMock.h
│   ├── GTestConvertor.h
│   ├── GTest.h
│   ├── GTestSupport.h
│   ├── IEEE754ExceptionsPlugin.h
│   ├── MemoryReportAllocator.h
│   ├── MemoryReporterPlugin.h
│   ├── MemoryReportFormatter.h
│   ├── MockActualCall.h
│   ├── MockCheckedActualCall.h
│   ├── MockCheckedExpectedCall.h
│   ├── MockExpectedCall.h
│   ├── MockExpectedCallsList.h
│   ├── MockFailure.h
│   ├── MockNamedValue.h
│   ├── MockSupport_c.h
│   ├── MockSupport.h
│   ├── MockSupportPlugin.h
│   └── OrderedTest.h
└── lib
├── CppUTest
│   └── cmake
│   ├── CppUTestConfig.cmake
│   ├── CppUTestConfigVersion.cmake
│   ├── CppUTestTargets.cmake
│   ├── CppUTestTargets-relwithdebinfo.cmake
│   ├── Modules
│   │   └── CppUTestBuildTimeDiscoverTests.cmake
│   └── Scripts
│   └── CppUTestBuildTimeDiscoverTests.cmake
├── libCppUTest.a
├── libCppUTestExt.a
└── pkgconfig
└── cpputest.pc
9 directories, 57 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment