()
| 1031 | |
| 1032 | #[test] |
| 1033 | fn test_fuzzable_funcs() { |
| 1034 | Config::init_test("c-ares"); |
| 1035 | let funcs = get_fuzzable_funcs(); |
| 1036 | println!("{funcs:?}"); |
| 1037 | } |
| 1038 | |
| 1039 | #[test] |
| 1040 | fn test_parse_func_gadgets() -> Result<()> { |
nothing calls this directly
no test coverage detected