Skip to content

eljonny-testcppv0.3.0-beta.4

Updated

A simple C++ test framework with no dependencies other than C++11 STL.

#Usage

eljonny-testcpp provides CMake targets:

find_package(TestCPP CONFIG REQUIRED)
target_link_libraries(main PRIVATE cpptesting::TestCPP)

See https://github.com/eljonny/TestCPP/blob/main/README.md for more information

#License

Unlicense

#Supported Platforms

All platforms supported.

#Features

No features defined.

#Dependencies

No dependencies.

#Host Dependencies

No transitive dependencies.

#Used By

No ports use this.

#Host Tool For

No ports use this.

#Contributors

  • Jonathan Hyry's avatarJonathan Hyry

#Changelog

  • c43bd25[eljonny-testcpp]: new port (#37471)