libglvnd/tests/testglxgetclientstr.sh
Brian Nguyen f3c6f65d36 [tests] Add testglxgetclientstr subtest
This subtest verifies that the GLX API library's implementation of
glXGetClientString() (which takes the "union" (concatenation) of each
vendor's client string) works as expected.
2013-08-26 11:03:43 -07:00

7 lines
151 B
Bash
Executable file

#!/bin/bash
export __GLX_VENDOR_LIBRARY_NAME=dummy
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$TOP_BUILDDIR/tests/GLX_dummy/.libs
./testglxgetclientstr