| 285 | } |
| 286 | |
| 287 | int checkIncompatibleModule(const env::Module& m) |
| 288 | { |
| 289 | int n = 0; |
| 290 | |
| 291 | n += checkBadOSDs(m); |
| 292 | n += checkUsvfsIncompatibilites(m); |
| 293 | |
| 294 | return n; |
| 295 | } |
| 296 | |
| 297 | int checkIncompatibilities(const env::Environment& e) |
| 298 | { |
no test coverage detected