()
| 43 | |
| 44 | |
| 45 | def setup(): |
| 46 | if os.path.exists(CACHESIM_PATH): |
| 47 | return |
| 48 | |
| 49 | logger.info("cannot find {}, compiling...".format(CACHESIM_PATH)) |
| 50 | |
| 51 | install_dependency() |
| 52 | compile_cachesim() |
| 53 | |
| 54 | |
| 55 | if not os.path.exists(BASEPATH): |
no test coverage detected