mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user