(dir_path)
| 61 | # |
| 62 | # Create build directory if it does not already exist |
| 63 | def CreateBuildDirectory(dir_path): |
| 64 | if not os.path.exists(dir_path): |
| 65 | os.makedirs(dir_path) |
| 66 | |
| 67 | # |
| 68 | # Prepare the tools for testing |
nothing calls this directly
no outgoing calls
no test coverage detected