Package: ignition-common / 1.1.1-1

0002_disable_gui_test.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Description: Disable test that require a GUI
Author: Jose Luis Rivero <jrivero@osrfoundation.org>
Last-Update: 2018-01-23

diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 412c1ac..70806a5 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -10,6 +10,13 @@ ign_get_libsources_and_unittests(sources gtest_sources)
 list(REMOVE_ITEM sources AudioDecoder.cc)
 list(REMOVE_ITEM gtest_sources AudioDecoder_TEST.cc)
 
+list(REMOVE_ITEM gtest_sources
+  Image_TEST.cc
+  ImageHeightmap_TEST.cc
+  ColladaLoader_TEST.cc
+  ColladaExporter_TEST.cc
+  SVGLoader_TEST.cc)
+
 if(WIN32)
 
   # FIXME: Some classes fail to build on Windows