dev-util/unicorn: fix src_test

This was exposed by new sanity checks in ::kde for cmake.eclass's
 _cmake_minreqver*.

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2026-06-04 01:50:21 +01:00
parent 543f1a8f18
commit af29827ada
3 changed files with 3 additions and 3 deletions

View File

@@ -95,7 +95,7 @@ src_compile() {
}
src_test() {
cmake_src_install
cmake_src_test
wrap_python ${FUNCNAME}
}

View File

@@ -90,7 +90,7 @@ src_compile() {
}
src_test() {
cmake_src_install
cmake_src_test
wrap_python ${FUNCNAME}
}

View File

@@ -90,7 +90,7 @@ src_compile() {
}
src_test() {
cmake_src_install
cmake_src_test
wrap_python ${FUNCNAME}
}