dev-haskell/happy: Fix tests

Signed-off-by: hololeap <hololeap@protonmail.com>
Signed-off-by: Mark Wright <gienah@gentoo.org>
This commit is contained in:
hololeap
2026-01-23 22:15:13 -07:00
committed by Mark Wright
parent 5f225dd531
commit e0013cadab

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -67,3 +67,7 @@ src_install() {
doman doc/happy.1
fi
}
src_test() {
happy_datadir="${S}/data" haskell-cabal_src_test
}