libglvnd/tests/eglenv.sh
Kyle Brenneman 82413e05ff Use sh instead of bash for the test scripts.
Not all systems have bash available, and in those that do, we can't assume that
it's located at /bin/bash.
2018-03-26 14:41:05 -06:00

8 lines
182 B
Bash

#!/bin/sh
__EGL_VENDOR_LIBRARY_DIRS=$TOP_SRCDIR/tests/json
export __EGL_VENDOR_LIBRARY_DIRS
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$TOP_BUILDDIR/tests/dummy/.libs
export LD_LIBRARY_PATH