kit

kit
git clone https://git.ryansepassi.com/git/kit.git
Log | Files | Refs | README

Tier 1 tests

Tier 1 is the fast subsystem sentinel layer. Each target should answer one coarse question: is this subsystem basically alive?

Rules:

The cross sentinel is build/link-only. It covers the supported cross matrix and reports missing provisioned sysroots or SDKs as SKIP, which fails Tier 1 by default because it means the requested coverage did not run. Narrow it with T1_CROSS_TARGETS=<selector> when needed; use KIT_TEST_ALLOW_SKIP=1 only for an explicitly permissive local probe.

make test runs Tier 1 in parallel. The previous broad default is available as make test-full.