nigels-com / glew

The OpenGL Extension Wrangler Library
Other
2.58k stars 608 forks source link

Regression testing of GLEW #406

Open pengwinsurf opened 3 months ago

pengwinsurf commented 3 months ago

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

nigels-com commented 3 months ago

I tend to look at the output of glewinfo, and compare that to previous releases. The more OS/GPU combos, the better.

pengwinsurf commented 3 months ago

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.

nigels-com commented 3 months ago

Set LD_LIBRARY_PATH

pengwinsurf commented 3 months ago

Thank you ! That did work.

But now I get Error: glewCreateContext failed on running glewinfo

nigels-com commented 3 months ago

On Linux that may be for a variety of reasons. What does glxinfo say?