Lines Matching refs:Kyuafile
116 find "${dir}" -name Kyuafile -exec grep "test_suite('" "{}" \; | \
121 # Gets the path to the compatibility Kyuafile.
123 # If a Kyuafile is found in the current directory, use that directly.
124 # Otherwise, generate a fake Kyuafile in a temporary directory and return
128 # of the Kyuafile to be used.
132 if [ -f Kyuafile ]; then
133 eval ${output_var}=\'"$(pwd)/Kyuafile"\'
136 lib_error "Cannot generate fake Kyuafile"
137 eval ${output_var}=\'"${Lib_TempDir}/Kyuafile"\'
139 lib_error "Cannot find Atffile nor Kyuafile"
188 test --kyuafile="${kyuafile_path}" --build-root="$(pwd)" "${@}"