www-misc/gitea2rss: Set BUILD_DIR for tests.

This commit is contained in:
tastytea 2020-10-27 12:32:19 +01:00
parent 40c408e211
commit b745413cfa
Signed by untrusted user: tastytea
GPG Key ID: CFC39497F1B26E07
2 changed files with 8 additions and 0 deletions

View File

@ -52,3 +52,7 @@ src_configure() {
cmake_src_configure
}
src_test() {
BUILD_DIR="${BUILD_DIR}/tests" cmake_src_test
}

View File

@ -52,3 +52,7 @@ src_configure() {
cmake_src_configure
}
src_test() {
BUILD_DIR="${BUILD_DIR}/tests" cmake_src_test
}