dump_syms: Add consumers into passthru.tests
This commit is contained in:
parent
8fcfff7387
commit
29eceb2273
1 changed files with 9 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue