mirror of
https://github.com/elicpeter/nyx.git
synced 2026-06-24 20:28:06 +02:00
[pitboss] phase 05: Track C.2 + Track I.1 quick unlocks — OOB listener wired + golden-verdict fixture runner
This commit is contained in:
parent
937eb479e6
commit
cdbc7f2d21
50 changed files with 790 additions and 587 deletions
|
|
@ -2,6 +2,13 @@
|
|||
|
||||
pub mod recall;
|
||||
|
||||
// Only `python_fixtures` and `rust_fixtures` reference these symbols; every
|
||||
// other test binary pulls `mod common` in and would otherwise emit
|
||||
// per-binary `dead_code` warnings for the whole submodule.
|
||||
#[cfg(feature = "dynamic")]
|
||||
#[allow(dead_code)]
|
||||
pub mod fixture_harness;
|
||||
|
||||
use nyx_scanner::commands::scan::Diag;
|
||||
use nyx_scanner::utils::config::{AnalysisMode, Config};
|
||||
use serde::Deserialize;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue