SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
3
devel/cpputest/pkg/DESCR
Normal file
3
devel/cpputest/pkg/DESCR
Normal file
|
@ -0,0 +1,3 @@
|
|||
CppUTest is a C /C++ based unit xUnit test framework for unit testing and for
|
||||
test-driving your code. It is written in C++ but is used in C and C++ projects
|
||||
and frequently used in embedded systems but it works for any C/C++ project.
|
58
devel/cpputest/pkg/PLIST
Normal file
58
devel/cpputest/pkg/PLIST
Normal file
|
@ -0,0 +1,58 @@
|
|||
include/CppUTest/
|
||||
include/CppUTest/CommandLineArguments.h
|
||||
include/CppUTest/CommandLineTestRunner.h
|
||||
include/CppUTest/CppUTestConfig.h
|
||||
include/CppUTest/CppUTestGeneratedConfig.h
|
||||
include/CppUTest/JUnitTestOutput.h
|
||||
include/CppUTest/MemoryLeakDetector.h
|
||||
include/CppUTest/MemoryLeakDetectorMallocMacros.h
|
||||
include/CppUTest/MemoryLeakDetectorNewMacros.h
|
||||
include/CppUTest/MemoryLeakWarningPlugin.h
|
||||
include/CppUTest/PlatformSpecificFunctions.h
|
||||
include/CppUTest/PlatformSpecificFunctions_c.h
|
||||
include/CppUTest/SimpleString.h
|
||||
include/CppUTest/StandardCLibrary.h
|
||||
include/CppUTest/TeamCityTestOutput.h
|
||||
include/CppUTest/TestFailure.h
|
||||
include/CppUTest/TestFilter.h
|
||||
include/CppUTest/TestHarness.h
|
||||
include/CppUTest/TestHarness_c.h
|
||||
include/CppUTest/TestMemoryAllocator.h
|
||||
include/CppUTest/TestOutput.h
|
||||
include/CppUTest/TestPlugin.h
|
||||
include/CppUTest/TestRegistry.h
|
||||
include/CppUTest/TestResult.h
|
||||
include/CppUTest/TestTestingFixture.h
|
||||
include/CppUTest/Utest.h
|
||||
include/CppUTest/UtestMacros.h
|
||||
include/CppUTestExt/
|
||||
include/CppUTestExt/CodeMemoryReportFormatter.h
|
||||
include/CppUTestExt/GMock.h
|
||||
include/CppUTestExt/GTest.h
|
||||
include/CppUTestExt/GTestConvertor.h
|
||||
include/CppUTestExt/IEEE754ExceptionsPlugin.h
|
||||
include/CppUTestExt/MemoryReportAllocator.h
|
||||
include/CppUTestExt/MemoryReportFormatter.h
|
||||
include/CppUTestExt/MemoryReporterPlugin.h
|
||||
include/CppUTestExt/MockActualCall.h
|
||||
include/CppUTestExt/MockCheckedActualCall.h
|
||||
include/CppUTestExt/MockCheckedExpectedCall.h
|
||||
include/CppUTestExt/MockExpectedCall.h
|
||||
include/CppUTestExt/MockExpectedCallsList.h
|
||||
include/CppUTestExt/MockFailure.h
|
||||
include/CppUTestExt/MockNamedValue.h
|
||||
include/CppUTestExt/MockSupport.h
|
||||
include/CppUTestExt/MockSupportPlugin.h
|
||||
include/CppUTestExt/MockSupport_c.h
|
||||
include/CppUTestExt/OrderedTest.h
|
||||
lib/CppUTest/
|
||||
lib/CppUTest/cmake/
|
||||
lib/CppUTest/cmake/CppUTestConfig.cmake
|
||||
lib/CppUTest/cmake/CppUTestConfigVersion.cmake
|
||||
lib/CppUTest/cmake/CppUTestTargets${MODCMAKE_BUILD_SUFFIX}
|
||||
lib/CppUTest/cmake/CppUTestTargets.cmake
|
||||
@static-lib lib/libCppUTest.a
|
||||
@static-lib lib/libCppUTestExt.a
|
||||
lib/pkgconfig/cpputest.pc
|
||||
share/doc/cpputest/
|
||||
share/doc/cpputest/README.md
|
Loading…
Add table
Add a link
Reference in a new issue