Test files for corresponding changes
This commit is contained in:
parent
3c6e143b62
commit
8cd0c8c4da
|
@ -40,6 +40,8 @@ import re
|
|||
import sys
|
||||
from xml.dom import minidom, Node
|
||||
|
||||
IS_LINUX = os.name == 'posix' and os.uname()[0] == 'Linux'
|
||||
|
||||
import gtest_test_utils
|
||||
import gtest_xml_test_utils
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user