app-text/epubgrep: Remove obsolete src_test().

It works now with the default definition.
This commit is contained in:
tastytea 2021-06-03 21:49:43 +02:00
parent fbbd27a62b
commit 7bd31a7171
Signed by untrusted user: tastytea
GPG Key ID: CFC39497F1B26E07

View File

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