libglvnd/tests/testglxmcthreads.sh
Kyle Brenneman fa6a74c03b tests: Some minor cleanup
Added a separate script glxenv.sh for the common environment variables used by
the other GLX tests.

Removed the testx11glvndproto and testglxnscreens tests, since both of them
depend on the x11glvnd X extension, which is no longer used.

Removed the unused GLX_dummy_copy stuff from the GLX_dummy makefile. Also
removed the COMMON_* variables, since they're only ever used once each.
2016-10-17 11:12:21 -06:00

10 lines
240 B
Bash
Executable file

#!/bin/bash
source $TOP_SRCDIR/tests/glxenv.sh
# We require pthreads be loaded before libGLX for correctness
export LD_PRELOAD=libpthread.so.0
# Run the make current test in a loop in multiple threads.
./testglxmakecurrent -t 5 -i 20000