mob next [ci-skip] [ci skip] [skip ci]

lastFile:tests/lib.nix
This commit is contained in:
2025-11-24 09:35:49 +07:00
parent bfeea4156b
commit 1cd2643691
11 changed files with 384 additions and 1 deletions

16
tests/default.nix Normal file
View File

@@ -0,0 +1,16 @@
{ self, ... }:
{
perSystem =
{ pkgs, ... }:
{
checks =
let
checkArgs = {
inherit pkgs self;
};
in
{
think-gtcm = import ./tests/think-gtcm.nix checkArgs;
};
};
}