unit tests: exe_suffix is '.exe' on Cygwin

pull/1575/head
Nirbheek Chauhan 8 years ago
parent a68ca716b3
commit 5791cb7c4b
  1. 2
      run_tests.py

@ -26,7 +26,7 @@ from glob import glob
Backend = Enum('Backend', 'ninja vs xcode')
if mesonlib.is_windows():
if mesonlib.is_windows() or mesonlib.is_cygwin():
exe_suffix = '.exe'
else:
exe_suffix = ''

Loading…
Cancel
Save