Issue713

Title test dependencies of CMake plugins
Priority feature Status resolved
Superseder Nosy List danielk, florian, jendrik, malte
Assigned To danielk Keywords
Optional summary

Created on 2017-04-12.14:32:52 by danielk, last changed by jendrik.

Messages
msg6195 (view) Author: jendrik Date: 2017-04-19.14:20:40
I have merged the code into the master repository. Thanks, Daniel!
msg6191 (view) Author: florian Date: 2017-04-13.12:54:18
Just in case you are not already aware of that: we have an option that switches
the default behavior of CMake plugin options. By default all plugins are enabled
and you can switch off individual plugins. With the option
"-DDISABLE_PLUGINS_BY_DEFAULT=YES" you get the opposite effect: all plugins are
disabled by default and you can switch them on individually.
msg6189 (view) Author: jendrik Date: 2017-04-12.14:38:43
Moving the motivation from the summary to a normal message:

While working on issue669 we noticed some potentially incorrect dependencies in 
DownwardFiles.cmake.
In order to test for the correctness of said dependencies introduce a test script that 
builds every plugin by itself, while deactivating every other non-core plugin and check 
if each build was successful.
History
Date User Action Args
2017-04-19 14:20:40jendriksetstatus: in-progress -> resolved
messages: + msg6195
2017-04-13 12:54:18floriansetnosy: + florian
messages: + msg6191
2017-04-12 14:39:23jendriksettitle: CMake Plugins Dependencies Test -> test dependencies of CMake plugins
2017-04-12 14:38:43jendriksetnosy: + malte
title: Cmake Plugins Dependencies Test -> CMake Plugins Dependencies Test
messages: + msg6189
summary: While working on issue669 we noticed some potentially incorrect dependencies in DownwardFiles.cmake. In order to test for the correctness of said dependencies introduce a test script that builds every plugin by itself, while deactivating every other non-core plugin and check if each build was successful. ->
2017-04-12 14:32:52danielkcreate