Changed OS name to CNL10 so that we properly find the compilers for the test platform
This commit is contained in:
@@ -10,8 +10,8 @@ class Test(Platform):
|
|||||||
back_end = 'x86_64'
|
back_end = 'x86_64'
|
||||||
default = 'x86_64'
|
default = 'x86_64'
|
||||||
|
|
||||||
back_os = 'CNL'
|
back_os = 'CNL10'
|
||||||
default_os = 'CNL'
|
default_os = 'CNL10'
|
||||||
|
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
super(Test, self).__init__('test')
|
super(Test, self).__init__('test')
|
||||||
|
Reference in New Issue
Block a user