Searched refs:HIDL_ERROR_TEST_DIR (Results 1 – 1 of 1) sorted by relevance
9 readonly HIDL_ERROR_TEST_DIR="${ANDROID_BUILD_TOP:-.}/system/tools/hidl/test/error_test"11 if [ ! -d $HIDL_ERROR_TEST_DIR ]; then12 echo "cannot find test directory: $HIDL_ERROR_TEST_DIR"16 for dir in $(ls -d $HIDL_ERROR_TEST_DIR/*/); do18 output=$($HIDL_GEN_PATH -L check -r test:$HIDL_ERROR_TEST_DIR test.$package@1.0 2>&1)20 error=$(cat $HIDL_ERROR_TEST_DIR/$package/1.0/required_error)