1#!/bin/sh 2 3set -eux 4 5# Validate that the runfiles directory actually contains the shared 6# library against which the Rust binary is linked. 7test -n "$(find ${RUNFILES_DIR} -name 'libshared.*')" 8