Skip to content
  • Erwan Jahier's avatar
    Some work to make the non-reg tests work on win32. · ccf44dd9
    Erwan Jahier authored
    It is a bit tricky because all the tools are compiled with the mingw
    compiler, which means that all the system calls are done via the DOS
    convention. Therefore, we need  to use :
    
    - the rigth path conventions
    - .bat instead of .sh scripts
    ccf44dd9