Skip to content
Snippets Groups Projects

[cmake][bugfix] Correct handling of the EXCLUDE_FROM_ALL property:

Merged Dominic Kempf requested to merge feature/fix-tests-on-make-all into master
  1. Feb 22, 2016
    • Dominic Kempf's avatar
      [cmake][bugfix] Correct handling of the EXCLUDE_FROM_ALL property: · f5a42c59
      Dominic Kempf authored
      The signature of `dune_add_test`, that takes the `TARGET` from the user
      produced excluded targets if added in a directory that has the directory
      property `EXCLUDE_FROM_ALL` set. The correct solution IMO is to not use
      that property on test subdirectories anymore (it is a relic from the old
      testing magic), because we rely on `dune_add_test` to handle exclusion.
      
      See core/dune-common#21 for details.
      f5a42c59
Loading