libglvnd/tests/testgldispatch_generated.sh
Kyle Brenneman 3f6730ca08 tests: Add tests for the end of the dispatch table.
Add a '-l' flag to testgldispatch, which tells it to test a generated stub
at the very end of the dispatch table.

On PPC, looking up a function past index 4096 requires more than just a simple
register+immediate load, so this makes sure that it's correct.
2019-12-04 12:28:03 -07:00

8 lines
63 B
Bash
Executable file

#!/bin/sh
set -e
./testgldispatch -g
./testgldispatch -g -l