fix copy&paste error in ide-integration script
Change-Id: I4e52851b41e3d5ec4fe4ae5277928bceac3c8283
This commit is contained in:
parent
b3711ada7a
commit
d575e3a14b
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ class GbuildTest(GbuildLinkTarget):
|
|||
|
||||
def short_name(self):
|
||||
"""Return the short name of target based n the CppunitTest_* makefile names"""
|
||||
return 'Library %s' % self.name
|
||||
return 'CppunitTest %s' % self.name
|
||||
|
||||
def target_name(self):
|
||||
return 'CppunitTest_%s' % self.test
|
||||
|
|
Loading…
Reference in a new issue