Skip to content

checkv0.15.2

Updated

A unit testing framework for C

#Usage

check provides CMake targets:

find_package(check CONFIG REQUIRED)
target_link_libraries(main PRIVATE $<IF:$<TARGET_EXISTS:Check::check>,Check::check,Check::checkShared>)

#Supported Platforms

All platforms supported.

#Features

No features defined.

#Dependencies

No dependencies.

#Host Dependencies

No transitive dependencies.

#Used By

#Host Tool For

No ports use this.

#Contributors

  • Simon R's avatarSimon R
  • Jack·Boos·Yu's avatarJack·Boos·Yu
  • Ehsan's avatarEhsan
  • NancyLi1013's avatarNancyLi1013
  • Robert Schumacher's avatarRobert Schumacher
  • Billy O'Neal's avatarBilly O'Neal
  • autoantwort's avatarautoantwort
  • Thomas1664's avatarThomas1664
  • Cheney Wang's avatarCheney Wang
  • Kai Pastor's avatarKai Pastor

#Changelog

  • 4ff2d52[check,libsbml] Update, port fixes (#34656)
  • 73d50c1[check] Fix the incorrect path of dll (#25211)
  • 5af7af3[check] Use modern cmake helpers and disable tests (#24451)
  • e7e328c[many ports] call vcpkg_fixup_pkgconfig() (#20953)
  • b295670Bulk convert control files. (#19986)
  • b9be644[capnproto/check/cppgraphqlgen] Update version (#13677)
  • 08c951f[many ports] Upgrades to 2020.02.08 (#9986)
  • 683de11[check/gettimeofday] Move static libraries to manual-link. (#9510)
  • 50328cf[check] Fix library cannot be found (#9267)
  • 397c783[check] Update library to 0.13.0 (#8722)
  • 4adbe06 [check]Fix always built as debug library. (#6135)
  • e22e862add libcheck port (#3998)