Skip to content
Snippets Groups Projects
Commit 81777c13 authored by Jean-Paul Calderone's avatar Jean-Paul Calderone
Browse files

Test the extra packages here too

Probably dumb to have things split like this
parent 7b37952f
No related branches found
No related tags found
1 merge request!69WIP: Upgrade to OpenSSL 1.1.1k
{ pspkgs }:
{
test_tahoe_exists = {
expected = "1.14.0.dev";
expr = pspkgs.python2.pkgs.tahoe-lafs.version;
};
test_zkapauthorizer_exists = {
expected = "0.0";
expr = pspkgs.python2.pkgs.zkapauthorizer.version;
};
test_privatestorage_exists = {
expected = true;
expr = pspkgs ? privatestorage;
};
}
......@@ -11,6 +11,9 @@ let
[ (import ./lib/tests/test_ini.nix (pkgs.callPackage ./lib/ini.nix { }))
(import ./lib/tests/test_openssl.nix pkgs.openssl)
(import ./lib/tests/test_packages.nix { inherit pkgs; })
(import ./lib/tests/test_pspackages.nix {
pspkgs = pkgs.callPackage ./modules/pspkgs.nix { };
})
];
# Count up the tests we're going to run.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment