glew
glew copied to clipboard
Regression testing of GLEW
Hi
I am trying to find out how do I test the library after building it from source ?
Is there a regression test suite in place to use locally on my machine to run some tests ?
Thanks
I tend to look at the output of glewinfo, and compare that to previous releases. The more OS/GPU combos, the better.
Thank you @nigels-com for the quick response !
I tried running ./glewinfo but for some reason I get a symbol lookup error.
/glewinfo: symbol lookup error: ./glewinfo: undefined symbol: __GLEW_NV_memory_object_sparse
I ran make to build glew in this case.
Set LD_LIBRARY_PATH
Thank you ! That did work.
But now I get Error: glewCreateContext failed on running glewinfo
On Linux that may be for a variety of reasons. What does glxinfo say?