New review comment by dkwo on void-packages repository https://github.com/void-linux/void-packages/pull/31724#discussion_r663201539 Comment: With tests disabled, there's no problem. If dtests are enabled, it is not enough to have it it checkdepends, it has to be in makedepends, otherwise I get error. Do you agree? ``` if [ "$XBPS_CHECK_PKGS" = full ]; then configure_args+=" -Dtests=enabled" makedepends+=" check-devel" fi ```