Automic VaultAutomic Vault

brew

Installer check avec Homebrew, apk, apt, dnf, MacPorts, Nix, pacman, zypper

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de check pour les workflows d'agents IA.

installation

Commandes d'installation supplémentaires

macOS

Homebrewvérifié · 100%
brew install check

local Homebrew formula metadata

MacPortsvérifié · 94%
sudo port install check

MacPorts ports tree · devel/check/Portfile · Source: api.github.com

Linux

Alpine Linux apkvérifié · 92%
sudo apk add check

Alpine Linux edge package indexes · check · Source: dl-cdn.alpinelinux.org

Debian aptvérifié · 92%
sudo apt install check

Debian stable package indexes · check · Source: deb.debian.org

Fedora dnfvérifié · 92%
sudo dnf install check

Fedora Rawhide package metadata · check · Source: dl.fedoraproject.org

Nixvérifié · 92%
nix profile install nixpkgs#check

nixpkgs package indexes · pkgs/by-name/ch/check/package.nix · Source: api.github.com

Arch Linux pacmanvérifié · 92%
sudo pacman -S check

Arch Linux sync databases · check · Source: geo.mirror.pkgbuild.com

openSUSE zyppervérifié · 92%
sudo zypper install check-devel

openSUSE Tumbleweed package metadata · check-devel · Source: download.opensuse.org

aperçu

Résumé du paquet

C unit testing framework

historique

Historique du projet et usages

Check is a C unit testing framework whose defining feature is running tests in separate address spaces so assertion failures, segmentation faults, and signals can be reported without killing the whole runner.

Historique du projet

Check's NEWS file records an initial public 0.5.0 release before the 0.6.0 release in June 2001. Its documentation explains the name as a reference to the Autoconf/Automake `make check` testing idiom, while noting that those build tools are not required.

Historique d'adoption

The project long predates its 2015 GitHub mirror/repository creation. Its README and website document Autotools and CMake builds, pkg-config-style packaging, Windows support through Cygwin/MinGW/MSVC, and availability across many Unix-like package repositories.

Modes d'utilisation

Developers link against Check, define suites and test cases in C, and run tests through `make check`, CTest, or their own runner. Check reports failures in source-location formats and can output Subunit, TAP, XML, and generic logs.

Pourquoi les passionnés de paquets s'y intéressent

Check is significant because it is one of the classic packaged C testing libraries: small, C-focused, build-system-friendly, and old enough to be present in mainstream Linux, BSD, macOS, and source-based packaging ecosystems.

Chronologie

  • 2001: 0.5.0 initial public release recorded in NEWS.
  • 2001: 0.8.0 added nofork mode and pipe-based backend.
  • 2002: License changed to LGPL in 0.8.1.
  • 2010: checkmk helper added for reducing test boilerplate.
  • 2015: GitHub repository created.
  • 2020: 0.15.2 released.

Related projects

  • GNU Autounit is cited by Check documentation as an influence for using forked test processes.
  • Other C/C++ testing frameworks named in the manual include AceUnit, CUnit, CuTest, and CppUnit.
  • Autoconf, Automake, CMake, pkg-config, TAP, XML, and Subunit are important integration points.

posture de sécurité

Niveau de risque : vert

narrow executable package without higher-risk signals.

Classificateur de risque

risque vert · confiance faible · appliance

Pourquoi

  • narrow executable package without higher-risk signals

Signaux

  • metadata:no-higher-risk-signals

Comportement d'installation

  • Aucun hook post-install Homebrew n’est enregistré dans les métadonnées de formule.
  • Les métadonnées de bottle Homebrew sont disponibles pour 13 plateformes.

Revue recommandée

Avant une utilisation sans surveillance par un agent, vérifiez si l'outil lit des identifiants en clair, écrit un état distant, publie des artefacts ou lance des plugins.

exécutables

Exécutables installés

CommandeTypeExpositionNote
checkmkcliexécutable global

fraîcheur

Version et fraîcheur

Ces signaux séparent l'âge de génération de la page, l'activité du gestionnaire de paquets et la comparaison avec les versions amont. Un retard de version n'est signalé que lorsqu'une URL de preuve et des versions comparables sont présentes.

page générée2026-07-25
version du gestionnaire0.15.2
gestionnaire mis à jour
données localesOK
amontnot checked
dernière version détectéenon détecté

https://github.com/libcheck/check

  • infoNo package-manager update timestamp was available.confiance faible
  • infoNo cached GitHub release or tag data was available.https://github.com/libcheck/checkconfiance none

métadonnées d'installation

Métadonnées du paquet

Clé du paquetbrew:check
Version0.15.2
Gestionnaire de paquetsHomebrew
Page du gestionnaire de paquetshttps://formulae.brew.sh/formula/check
Page d'accueilhttps://libcheck.github.io/check/
Dépôthttps://github.com/libcheck/check
Docs amonthttps://libcheck.github.io/check
LicenceLGPL-2.1-or-later
Archive sourcehttps://github.com/libcheck/check/releases/download/0.15.2/check-0.15.2.tar.gz
Bouteilledisponible (sur arm64_big_sur, arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, big_sur, catalina, monterey, sonoma, ventura, x86_64_linux)
post-install Homebrewnon défini
Serviceaucun déclaré

faits du registre

Détails de la base source

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namecheck
Version Scheme0
Revision0
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • stable

correspondances dans les bases sources

Autres enregistrements de gestionnaires de paquets

Les correspondances proviennent d’index externes de gestionnaires de paquets et restent séparées des liens de paquets Automic Vault locaux.

Debian apt95%

check 0.15.2-3

unit test framework for C

https://libcheck.github.io/check/

sudo apt install check
  • Section: devel
  • Architecture: amd64
  • 2 Dépendances
  • normalized package name match
  • Correspondance par : Check
Debian stable package indexes · deb.debian.org · Debian stable package indexes: check from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

check

nix profile install nixpkgs#check
  • normalized package name match
  • Correspondance par : Check
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/ch/check/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt95%

check 0.15.2-2build1

unit test framework for C

https://libcheck.github.io/check/

sudo apt install check
  • Section: universe/devel
  • Architecture: amd64
  • 2 Dépendances
  • normalized package name match
  • Correspondance par : Check
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: check from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
apk95%

check 0.15.2-r6

A unit test framework for C

https://libcheck.github.io/check/

sudo apk add check
  • License: LGPL-2.1-or-later
  • Architecture: x86_64
  • Source Package: check
  • 1 Dépendances
  • 1 fournit
  • normalized package name match
  • Correspondance par : Check
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: check from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
apk95%

check-dev 0.15.2-r6

A unit test framework for C (development files)

https://libcheck.github.io/check/

sudo apk add check-dev
  • License: LGPL-2.1-or-later
  • Architecture: x86_64
  • Source Package: check
  • 1 Dépendances
  • 1 fournit
  • normalized package name match
  • Correspondance par : Check
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: check-dev from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
apk95%

check-doc 0.15.2-r6

A unit test framework for C (documentation)

https://libcheck.github.io/check/

sudo apk add check-doc
  • License: LGPL-2.1-or-later
  • Architecture: x86_64
  • Source Package: check
  • normalized package name match
  • Correspondance par : Check
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: check-doc from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
dnf95%

check 0.15.2-21.fc44

A unit test framework for C

https://libcheck.github.io/check/

sudo dnf install check
  • License: LGPL-2.1-or-later
  • Category: Unspecified
  • Architecture: i686
  • Source Package: check
  • 5 Dépendances
  • 2 fournit
  • normalized package name match
  • Correspondance par : Check
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: check from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf95%

check-checkmk 0.15.2-21.fc44

Translate concise versions of test suites into C programs

https://libcheck.github.io/check/

sudo dnf install check-checkmk
  • License: checkmk
  • Category: Unspecified
  • Architecture: noarch
  • Source Package: check
  • 2 Dépendances
  • 1 fournit
  • normalized package name match
  • Correspondance par : Check
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: check-checkmk from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf95%

check-devel 0.15.2-21.fc44

Libraries and headers for developing programs with check

https://libcheck.github.io/check/

sudo dnf install check-devel
  • License: LGPL-2.1-or-later
  • Category: Unspecified
  • Architecture: i686
  • Source Package: check
  • 6 Dépendances
  • 3 fournit
  • normalized package name match
  • Correspondance par : Check
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: check-devel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf95%

check-static 0.15.2-21.fc44

Static libraries of check

https://libcheck.github.io/check/

sudo dnf install check-static
  • License: LGPL-2.1-or-later
  • Category: Unspecified
  • Architecture: i686
  • Source Package: check
  • 1 fournit
  • normalized package name match
  • Correspondance par : Check
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: check-static from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf95%

mingw32-check 0.15.2-21.fc44

Libraries and headers for developing programs with check

https://libcheck.github.io/check/

sudo dnf install mingw32-check
  • License: LGPL-2.1-or-later
  • Category: Unspecified
  • Architecture: noarch
  • Source Package: check
  • 4 Dépendances
  • 3 fournit
  • normalized package name match
  • Correspondance par : Check
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: mingw32-check from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf95%

mingw64-check 0.15.2-21.fc44

Libraries and headers for developing programs with check

https://libcheck.github.io/check/

sudo dnf install mingw64-check
  • License: LGPL-2.1-or-later
  • Category: Unspecified
  • Architecture: noarch
  • Source Package: check
  • 4 Dépendances
  • 3 fournit
  • normalized package name match
  • Correspondance par : Check
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: mingw64-check from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
pacman95%

check 0.15.2-4

Unit testing framework for C

https://libcheck.github.io/check/

sudo pacman -S check
  • License: LGPL-2.1-or-later
  • Architecture: x86_64
  • 3 Dépendances
  • 1 fournit
  • 1 dépendances optionnelles
  • normalized package name match
  • Correspondance par : Check
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: check from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
zypper95%

check-devel 0.15.2-2.18

Development files for the CHECK unit test framework

https://libcheck.github.io/check/

sudo zypper install check-devel
  • License: LGPL-2.1-or-later
  • Category: Development/Libraries/C and C++
  • Architecture: x86_64
  • Source Package: check
  • 5 Dépendances
  • 2 fournit
  • normalized package name match
  • Correspondance par : Check
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: check-devel from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
zypper95%

libcheck0 0.15.2-2.18

Unit Test Framework for C

https://libcheck.github.io/check/

sudo zypper install libcheck0
  • License: LGPL-2.1-or-later
  • Category: System/Libraries
  • Architecture: x86_64
  • Source Package: check
  • 3 Dépendances
  • 3 fournit
  • normalized package name match
  • Correspondance par : Check
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: libcheck0 from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
MacPorts95%

check

sudo port install check
  • normalized package name match
  • Correspondance par : Check
MacPorts ports tree · api.github.com · MacPorts ports tree: devel/check/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

piste source

Généré depuis les données du dépôt

Cette page est servie par av-web depuis l'artéfact SQLite privé des paquets généré par scripts/generate-pkg-sqlite.py.

Sources utilisées

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment