www-misc/gitea2rss: Set BUILD_DIR for tests.
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
40c408e211
commit
b745413cfa
@ -52,3 +52,7 @@ src_configure() {
|
|||||||
|
|
||||||
cmake_src_configure
|
cmake_src_configure
|
||||||
}
|
}
|
||||||
|
|
||||||
|
src_test() {
|
||||||
|
BUILD_DIR="${BUILD_DIR}/tests" cmake_src_test
|
||||||
|
}
|
||||||
|
@ -52,3 +52,7 @@ src_configure() {
|
|||||||
|
|
||||||
cmake_src_configure
|
cmake_src_configure
|
||||||
}
|
}
|
||||||
|
|
||||||
|
src_test() {
|
||||||
|
BUILD_DIR="${BUILD_DIR}/tests" cmake_src_test
|
||||||
|
}
|
||||||
|
Reference in New Issue
Block a user