dev-libs/yajl: fix tests

Package-Manager: portage-2.2.26
Signed-off-by: Doug Goldstein <cardoe@gentoo.org>
This commit is contained in:
Doug Goldstein
2016-03-27 09:17:10 -05:00
parent 5ec294c6e6
commit b76da57a73

View File

@@ -23,7 +23,7 @@ src_prepare() {
src_test() {
run_test() {
cd "${BUILD_DIR}"/test
cd "${BUILD_DIR}"/test/parsing
./run_tests.sh ./yajl_test || die
}
multilib_parallel_foreach_abi run_test