internal/rosa/package: check
All checks were successful
Test / Create distribution (push) Successful in 1m5s
Test / Sandbox (push) Successful in 2m55s
Test / ShareFS (push) Successful in 3m44s
Test / Hakurei (push) Successful in 3m55s
Test / Sandbox (race detector) (push) Successful in 5m36s
Test / Hakurei (race detector) (push) Successful in 6m35s
Test / Flake checks (push) Successful in 1m22s

Required by libevdev.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2026-05-27 13:05:24 +09:00
parent 32cc72821e
commit 5b32297178

View File

@@ -0,0 +1,20 @@
package check {
description = "a unit testing framework for C";
website = "https://libcheck.github.io/check";
anitya = 7593;
version# = "0.15.2";
source = remoteGitHub {
suffix = "libcheck/check";
tag = version;
checksum = "BiMncvoUvAzC2mQdWcemoRKS5sNqjnh4Oxarpks2exPUI2vbVJLRTLg3--ySXPXb";
};
exec = cmake {
cache = {
"CHECK_ENABLE_TIMEOUT_TESTS": "OFF";
};
};
inputs = [ coreutils ];
}