Refactor tests/agda.nix to support more tests

This commit is contained in:
Carlos Tomé Cortiñas
2025-10-20 10:20:52 +02:00
parent cd8deb7309
commit ab75be0a25
4 changed files with 7 additions and 2 deletions

View File

@@ -203,7 +203,9 @@ in
adguardhome = runTest ./adguardhome.nix;
aesmd = runTestOn [ "x86_64-linux" ] ./aesmd.nix;
agate = runTest ./web-servers/agate.nix;
agda = runTest ./agda.nix;
agda = import ./agda {
inherit runTest;
};
age-plugin-tpm-decrypt = runTest ./age-plugin-tpm-decrypt.nix;
agnos = discoverTests (import ./agnos.nix);
agorakit = runTest ./web-apps/agorakit.nix;