about summary refs log tree commit diff
path: root/nixos/tests/all-tests.nix
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2021-12-13 14:16:26 +0000
committerGitHub <noreply@github.com>2021-12-13 14:16:26 +0000
commitafa3c99cd5ea99dbf3f599506570be5d69b2aba1 (patch)
treedd566bcf19d25241274a313d1b4d0bbffdf1702c /nixos/tests/all-tests.nix
parent0dadd5fabb2a10d39e2641b5b7857ea1131517a6 (diff)
parentd6cc0ad96e0a8723d457d0a8c6c6bfc54df2920b (diff)
Merge pull request #148593 from veehaitch/sgx-psw
sgx-psw: init package and module
Diffstat (limited to 'nixos/tests/all-tests.nix')
-rw-r--r--nixos/tests/all-tests.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/tests/all-tests.nix b/nixos/tests/all-tests.nix
index 06305460c6ac9..f86cc2544dab3 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -23,6 +23,7 @@ in
 {
   _3proxy = handleTest ./3proxy.nix {};
   acme = handleTest ./acme.nix {};
+  aesmd = handleTest ./aesmd.nix {};
   agda = handleTest ./agda.nix {};
   airsonic = handleTest ./airsonic.nix {};
   amazon-init-shell = handleTest ./amazon-init-shell.nix {};