add cppunit tests to vim-ide-integration
Change-Id: I5a03ff6d6e740d8032030d1590837610f39acd5e Reviewed-on: https://gerrit.libreoffice.org/31273 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
This commit is contained in:
@@ -358,7 +358,7 @@ class VimIntegrationGenerator(IdeIntegrationGenerator):
|
|||||||
|
|
||||||
def emit(self):
|
def emit(self):
|
||||||
global_list = []
|
global_list = []
|
||||||
for lib in set(self.gbuildparser.libs):
|
for lib in set(self.gbuildparser.libs) | set(self.gbuildparser.tests):
|
||||||
entries = []
|
entries = []
|
||||||
for file in lib.cxxobjects:
|
for file in lib.cxxobjects:
|
||||||
filePath = os.path.join(self.gbuildparser.srcdir, file) + ".cxx"
|
filePath = os.path.join(self.gbuildparser.srcdir, file) + ".cxx"
|
||||||
|
Reference in New Issue
Block a user