summary refs log tree commit diff
path: root/nixos/tests/all-tests.nix
diff options
context:
space:
mode:
authorJustin Humm <justin.humm@posteo.de>2019-01-05 13:13:10 +0100
committerJustin Humm <justin.humm@posteo.de>2019-01-25 00:43:34 +0100
commit694c351cc30eb76623651c2809036508c3b59f2c (patch)
tree8e4f3000f208da03b475dd4ce5e8e9b975a2d3e4 /nixos/tests/all-tests.nix
parentbae9fd59a945357f7712a63c0a09b72d4ed44e6e (diff)
downloadnixpkgs-694c351cc30eb76623651c2809036508c3b59f2c.tar
nixpkgs-694c351cc30eb76623651c2809036508c3b59f2c.tar.gz
nixpkgs-694c351cc30eb76623651c2809036508c3b59f2c.tar.bz2
nixpkgs-694c351cc30eb76623651c2809036508c3b59f2c.tar.lz
nixpkgs-694c351cc30eb76623651c2809036508c3b59f2c.tar.xz
nixpkgs-694c351cc30eb76623651c2809036508c3b59f2c.tar.zst
nixpkgs-694c351cc30eb76623651c2809036508c3b59f2c.zip
nixos/tests: add osrm-backend test
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 8c2df2435a7..e25a7e9ea1d 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -158,6 +158,7 @@ in
   opensmtpd = handleTest ./opensmtpd.nix {};
   openssh = handleTest ./openssh.nix {};
   osquery = handleTest ./osquery.nix {};
+  osrm-backend = handleTest ./osrm-backend.nix {};
   ostree = handleTest ./ostree.nix {};
   pam-oath-login = handleTest ./pam-oath-login.nix {};
   peerflix = handleTest ./peerflix.nix {};