mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-25 20:59:51 +00:00
lit/TestFormats.py: Unittests may be found with suffix .exe also on Cygwin.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@125273 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f5201bcd3b
commit
7805cdcab5
@ -1,11 +1,11 @@
|
||||
import os
|
||||
import platform
|
||||
import sys
|
||||
|
||||
import Test
|
||||
import TestRunner
|
||||
import Util
|
||||
|
||||
kIsWindows = platform.system() == 'Windows'
|
||||
kIsWindows = sys.platform in ['win32', 'cygwin']
|
||||
|
||||
class GoogleTest(object):
|
||||
def __init__(self, test_sub_dir, test_suffix):
|
||||
|
Loading…
Reference in New Issue
Block a user