dev-cpp/trompeloeil: fix tests

Closes: https://bugs.gentoo.org/930813
Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
This commit is contained in:
Takuya Wakazono
2024-12-27 23:42:36 +09:00
parent 1860cad285
commit 1e9743d324

View File

@@ -1,4 +1,4 @@
# Copyright 2023 Gentoo Authors
# Copyright 2023-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -15,6 +15,8 @@ KEYWORDS="~amd64"
IUSE="test"
RESTRICT="!test? ( test )"
BDEPEND="test? ( >=dev-cpp/catch-2:0 )"
src_configure() {
local mycmakeargs=(
-DTROMPELOEIL_BUILD_TESTS=$(usex test)