Lines Matching defs:test_file
287 fn test_file(file: &str) -> bool {322 macro_rules! test_file {327 test_file(concat!("tests/input/", stringify!($f), ".h")),328 "test_file"334 test_file!(floats);335 test_file!(chars);336 test_file!(strings);337 test_file!(int_signed);338 test_file!(int_unsigned);339 test_file!(fail);