libglvnd/tests/testglxqueryversion.sh
Brian Nguyen 9eec93a6f8 [tests] Add testglxqueryversion subtest
This verifies that the GLX API library's hand-coded implementation
of glXQueryVersion() 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
./testglxqueryversion