()
| 406 | |
| 407 | #[test] |
| 408 | fn test_library_header() { |
| 409 | crate::config::Config::init_test("cJSON"); |
| 410 | let deopt = Deopt::new("cJSON".to_string()).unwrap(); |
| 411 | let headers = get_include_lib_headers(&deopt).unwrap(); |
| 412 | println!("{headers:?}"); |
| 413 | } |
| 414 | |
| 415 | #[test] |
| 416 | fn test_get_independent_headers() { |
nothing calls this directly
no test coverage detected