Refactor tests/agda.nix to support more tests
This commit is contained in:
@@ -343,7 +343,7 @@ pkgs/development/python-modules/buildcatrust/ @ajs124 @lukegb @mweinelt
|
|||||||
/pkgs/top-level/agda-packages.nix @NixOS/agda
|
/pkgs/top-level/agda-packages.nix @NixOS/agda
|
||||||
/pkgs/development/libraries/agda @NixOS/agda
|
/pkgs/development/libraries/agda @NixOS/agda
|
||||||
/doc/languages-frameworks/agda.section.md @NixOS/agda
|
/doc/languages-frameworks/agda.section.md @NixOS/agda
|
||||||
/nixos/tests/agda.nix @NixOS/agda
|
/nixos/tests/agda @NixOS/agda
|
||||||
|
|
||||||
# Idris
|
# Idris
|
||||||
/pkgs/development/idris-modules @Infinisil
|
/pkgs/development/idris-modules @Infinisil
|
||||||
|
|||||||
3
nixos/tests/agda/default.nix
Normal file
3
nixos/tests/agda/default.nix
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
{ runTest }: {
|
||||||
|
base = runTest ./base.nix;
|
||||||
|
}
|
||||||
@@ -203,7 +203,9 @@ in
|
|||||||
adguardhome = runTest ./adguardhome.nix;
|
adguardhome = runTest ./adguardhome.nix;
|
||||||
aesmd = runTestOn [ "x86_64-linux" ] ./aesmd.nix;
|
aesmd = runTestOn [ "x86_64-linux" ] ./aesmd.nix;
|
||||||
agate = runTest ./web-servers/agate.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;
|
age-plugin-tpm-decrypt = runTest ./age-plugin-tpm-decrypt.nix;
|
||||||
agnos = discoverTests (import ./agnos.nix);
|
agnos = discoverTests (import ./agnos.nix);
|
||||||
agorakit = runTest ./web-apps/agorakit.nix;
|
agorakit = runTest ./web-apps/agorakit.nix;
|
||||||
|
|||||||
Reference in New Issue
Block a user