- TestFile.cmake : To adapt the path to be compatable with windows command prompt {ARGS_WORKDIR} is replaced with {CMAKE_CURRENT_BINARY_DIR} i.e. to use absolute path instead of %d%/relative path
- timeit.py : Arguments like --limit-core, --limit-cpu are suppressed as its not compatable on Windows platform
- timeit.c : Current setup is Linux platform dependent, so we are using workaround put on phabriactor(D6460) to make it compatable on Windows platform
This patch will be abandoned as its trial.