-
Notifications
You must be signed in to change notification settings - Fork 622
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Regression testing of GLEW #406
Comments
I tend to look at the output of glewinfo, and compare that to previous releases. |
Thank you @nigels-com for the quick response ! I tried running ./glewinfo but for some reason I get a symbol lookup error.
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? |
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
The text was updated successfully, but these errors were encountered: