()
| 172 | |
| 173 | #[test] |
| 174 | fn test_parse_call_graph() -> eyre::Result<()> { |
| 175 | crate::config::Config::init_test("libvpx"); |
| 176 | let deopt = Deopt::new("libvpx".to_string())?; |
| 177 | let call_graph = get_lib_call_graph(); |
| 178 | call_graph.dump_to_file(&deopt)?; |
| 179 | Ok(()) |
| 180 | } |
| 181 | } |
nothing calls this directly
no test coverage detected