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

New commits:
commit a2cfcfead5e62dfef067ee97e43ce7291ee365d4
Author: Markus Mohrhard <markus.mohrh...@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.mohrh...@googlemail.com>
    Tested-by: Markus Mohrhard <markus.mohrh...@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"
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to