libglvnd/tests/testegldeviceadd_querydevices.sh
Kyle Brenneman af3f7e9c2f tests: Added unit tests for adding new EGLDisplayEXT handles.
Added a new test program, testegldeviceadd, which tests a vendor library adding
a new EGLDeviceEXT handle after the application calls eglQueryDevicesEXT.

It's got two subtests right now. "querydevices" will test returning the new
device through a second eglQueryDevicesEXT call. "returndevice" tests returning
the new device through a vendor-provided dispatch stub.
2021-11-25 09:54:56 -07:00

6 lines
74 B
Bash
Executable file

#!/bin/sh
. $TOP_SRCDIR/tests/eglenv.sh
./testegldeviceadd querydevices