fix copy&paste error in ide-integration script

Change-Id: I4e52851b41e3d5ec4fe4ae5277928bceac3c8283
This commit is contained in:
Markus Mohrhard 2016-12-09 22:57:48 +01:00
parent b3711ada7a
commit d575e3a14b

View file

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