Changed OS name to CNL10 so that we properly find the compilers for the test platform

This commit is contained in:
Mario Melara 2016-06-06 09:08:59 -07:00
parent 864191b6ed
commit 835982faed

View file

@ -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')