Skip to content
Snippets Groups Projects
Commit 6bd9b949 authored by Simon Praetorius's avatar Simon Praetorius
Browse files

Add a changelog entry

parent 7409ab63
Branches
Tags
2 merge requests!1470Fix wrong variable name to make target hash (2.10),!1454Add a build and run label to the tests referencing the project name
Pipeline #74290 waiting for manual action
......@@ -9,6 +9,13 @@ SPDX-License-Identifier: LicenseRef-GPL-2.0-only-with-DUNE-exception
- Add deduction guides to `TupleVector` analogous to `std::tuple`.
## Build system: Changelog
- Add a module-specific CMake target `build_<module>_tests` to compile only tests
associated to a specific `<module>`. Additionally, add the `<module>`-name as
`LABEL` property to all tests created with `dune_add_tests` in that module. This
allows to run these tests with `ctest -L <module>`.
# Release 2.10
## Dependencies
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment