[Libreoffice-commits] core.git: bin/gbuild-to-ide

Markus Mohrhard markus.mohrhard at googlemail.com
Mon Nov 28 11:44:55 UTC 2016


 bin/gbuild-to-ide |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit a2cfcfead5e62dfef067ee97e43ce7291ee365d4
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date:   Sun Nov 27 21:46:09 2016 +0100

    add cppunit tests to vim-ide-integration
    
    Change-Id: I5a03ff6d6e740d8032030d1590837610f39acd5e
    Reviewed-on: https://gerrit.libreoffice.org/31273
    Reviewed-by: Markus Mohrhard <markus.mohrhard at googlemail.com>
    Tested-by: Markus Mohrhard <markus.mohrhard at googlemail.com>

diff --git a/bin/gbuild-to-ide b/bin/gbuild-to-ide
index e241f3f..6d549cb 100755
--- a/bin/gbuild-to-ide
+++ b/bin/gbuild-to-ide
@@ -358,7 +358,7 @@ class VimIntegrationGenerator(IdeIntegrationGenerator):
 
     def emit(self):
         global_list = []
-        for lib in set(self.gbuildparser.libs):
+        for lib in set(self.gbuildparser.libs) | set(self.gbuildparser.tests):
             entries = []
             for file in lib.cxxobjects:
                 filePath = os.path.join(self.gbuildparser.srcdir, file) + ".cxx"


More information about the Libreoffice-commits mailing list