From f2e89e11f03841174013e4a8e4f0469514337291 Mon Sep 17 00:00:00 2001 From: rina Date: Mon, 16 Dec 2024 17:28:42 +1000 Subject: [PATCH] aslp: add test that aslp-server is present we expect this to fail after the aslp/aslp-server separation --- aslp/asli.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/aslp/asli.nix b/aslp/asli.nix index 6bfbdd0..2f20469 100644 --- a/aslp/asli.nix +++ b/aslp/asli.nix @@ -71,6 +71,12 @@ buildDunePackage { command = "aslp --version"; version = "ASL"; }; + + tests.aslp-server = testers.testVersion { + package = asli; + command = "command -v aslp-server"; + version = "aslp-server"; + }; }; meta = {