summary refs log tree commit diff
path: root/nixos/release.nix
diff options
context:
space:
mode:
authorBjørn Forsman <bjorn.forsman@gmail.com>2017-10-14 22:38:10 +0200
committerBjørn Forsman <bjorn.forsman@gmail.com>2017-10-16 19:08:19 +0200
commit943730ff9b6b05c61ef75d7e2f3fae17d4cbdf4f (patch)
tree9d28d9b0eebd5f861900ea167be0b92b14ba7757 /nixos/release.nix
parent38e6ae8e440d3c1eb53c7f2bae9dedd2fdf9a5bb (diff)
downloadnixpkgs-943730ff9b6b05c61ef75d7e2f3fae17d4cbdf4f.tar
nixpkgs-943730ff9b6b05c61ef75d7e2f3fae17d4cbdf4f.tar.gz
nixpkgs-943730ff9b6b05c61ef75d7e2f3fae17d4cbdf4f.tar.bz2
nixpkgs-943730ff9b6b05c61ef75d7e2f3fae17d4cbdf4f.tar.lz
nixpkgs-943730ff9b6b05c61ef75d7e2f3fae17d4cbdf4f.tar.xz
nixpkgs-943730ff9b6b05c61ef75d7e2f3fae17d4cbdf4f.tar.zst
nixpkgs-943730ff9b6b05c61ef75d7e2f3fae17d4cbdf4f.zip
nixos/tests: add basic test for services.atd
Diffstat (limited to 'nixos/release.nix')
-rw-r--r--nixos/release.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/release.nix b/nixos/release.nix
index 4060e5df4ec..5fa9e1f10d4 100644
--- a/nixos/release.nix
+++ b/nixos/release.nix
@@ -214,6 +214,7 @@ in rec {
   # Run the tests for each platform.  You can run a test by doing
   # e.g. ‘nix-build -A tests.login.x86_64-linux’, or equivalently,
   # ‘nix-build tests/login.nix -A result’.
+  tests.atd = callTest tests/atd.nix {};
   tests.acme = callTest tests/acme.nix {};
   tests.avahi = callTest tests/avahi.nix {};
   tests.bittorrent = callTest tests/bittorrent.nix {};