(flags)
| 10239 | return verify_features_sec(feature, expect_in, linked=True) |
| 10240 | |
| 10241 | def compile(flags): |
| 10242 | self.run_process([EMCC, test_file('hello_world.c')] + flags) |
| 10243 | |
| 10244 | # Default features, unlinked and linked |
| 10245 | compile(['-c']) |
no test coverage detected