aboutsummaryrefslogtreecommitdiff
blob: 7390365733f8030b50d2a8b287af954635e609d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/env bash
# Copyright 2022-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

GENTOO_REPO_PATH=$(portageq get_repo_path / gentoo)
JAVA_REPO_PATH=$(portageq get_repo_path / java)

source "${GENTOO_REPO_PATH}/eclass/tests/tests-common.sh"
TESTS_ECLASS_SEARCH_PATHS=(
	"${GENTOO_REPO_PATH}/eclass"
	"${JAVA_REPO_PATH}/eclass"
)