[cmake][python][bugfix] Fix dune_python_add_test after !1130
- The argument WORKING_DIRECTORY has been accidentally removed in !1130 (merged). This causes the argument being parsed as one of the MULTI argmuents if following one of these and can break the dune_add_test call.
- The way CMAKE_GUARD is handled doesn't cover the usage described in the dune_add_test docs
- Add missing documentation for newly parsed arguments
Edited by Timo Koch
Merge request reports
Activity
added bugfix label
assigned to @tkoch
added 1 commit
- 41c3dcf1 - [cmake][python][bugfix] Revert starting to parse CMAKE_GUARD in dune_python_add_test
added 1 commit
- ae3dc1b1 - [cmake][python][doc] Document all parameters of dune_add_python_test
mentioned in merge request !1130 (merged)
requested review from @samuel.burbulla
changed milestone to %DUNE 2.9.0
added python label
added buildsystem label
mentioned in commit 7b9ec5fd
Please register or sign in to reply