(self)
| 587 | self.do_toolchain_benchmark(['--version']) |
| 588 | |
| 589 | def test_compile_hello(self): |
| 590 | self.do_toolchain_benchmark(['-c', test_file('hello_world.c')]) |
| 591 | |
| 592 | def test_memops(self): |
| 593 | src = ''' |
nothing calls this directly
no test coverage detected