()
| 823 | |
| 824 | #[test] |
| 825 | fn test_options_check_mtime() { |
| 826 | let opts = DetectOptions::new().with_check_mtime(false); |
| 827 | |
| 828 | assert!(!opts.check_mtime); |
| 829 | } |
| 830 | |
| 831 | #[test] |
| 832 | fn test_options_detect_moves() { |
nothing calls this directly
no test coverage detected