Skip to content

Commit

Permalink
aslp: add test that aslp-server is present
Browse files Browse the repository at this point in the history
we expect this to fail after the aslp/aslp-server separation
  • Loading branch information
katrinafyi committed Dec 16, 2024
1 parent d852854 commit f2e89e1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions aslp/asli.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit f2e89e1

Please sign in to comment.