dump_syms: Add consumers into passthru.tests

This commit is contained in:
Martin Weinelt 2022-11-18 22:25:52 +01:00
parent 8fcfff7387
commit 29eceb2273
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -7,6 +7,11 @@
# darwin
, Security
# tests
, firefox-esr-unwrapped
, firefox-unwrapped
, thunderbird-unwrapped
}:
let
@ -42,6 +47,10 @@ rustPlatform.buildRustPackage {
"--skip windows::pdb::tests::test_oleaut32"
];
passthru.tests = {
inherit firefox-esr-unwrapped firefox-unwrapped thunderbird-unwrapped;
};
meta = with lib; {
changelog = "https://github.com/mozilla/dump_syms/releases/tag/v${version}";
description = "Command-line utility for parsing the debugging information the compiler provides in ELF or stand-alone PDB files";