Skip to content
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

Open
pengwinsurf opened this issue Mar 14, 2024 · 5 comments
Open

Regression testing of GLEW #406

pengwinsurf opened this issue Mar 14, 2024 · 5 comments
Labels

Comments

@pengwinsurf
Copy link

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
Copy link
Owner

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

@pengwinsurf
Copy link
Author

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
Copy link
Owner

Set LD_LIBRARY_PATH

@pengwinsurf
Copy link
Author

Thank you ! That did work.

But now I get Error: glewCreateContext failed on running glewinfo

@nigels-com
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants