Skip to content
Snippets Groups Projects

[cmake][test] Cleanup build system for tests

Merged graeser requested to merge feature/simplify-building-tests into master

UG and IPOpt flags are both registered via dune_register_package_flags(). Hence they need not be supplied if any of

dune_target_enable_all_packages()
dune_enable_all_packages()

is used. The dune_add_test() function, however, calls add_dune_all_flags() which is the predecessor of dune_target_enable_all_packages() and has the same effect. Hence we can drop all conditionals, lists, and loop here.

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
Please register or sign in to reply
Loading