Changed OS name to CNL10 so that we properly find the compilers for the test platform
This commit is contained in:
parent
864191b6ed
commit
835982faed
1 changed files with 2 additions and 2 deletions
|
@ -10,8 +10,8 @@ class Test(Platform):
|
|||
back_end = 'x86_64'
|
||||
default = 'x86_64'
|
||||
|
||||
back_os = 'CNL'
|
||||
default_os = 'CNL'
|
||||
back_os = 'CNL10'
|
||||
default_os = 'CNL10'
|
||||
|
||||
def __init__(self):
|
||||
super(Test, self).__init__('test')
|
||||
|
|
Loading…
Reference in a new issue