cginternals / globjects

C++ library strictly wrapping OpenGL objects.
https://globjects.org
MIT License
538 stars 59 forks source link

Make tests a standalone CMake project #344

Closed ghisvail closed 7 years ago

ghisvail commented 7 years ago

Could you guys repeat the same setup for making the test suite of globjects standalone like for glbinding?

scheibel commented 7 years ago

We will.

scheibel commented 7 years ago

Do you wish this for the current master version only (which is not interface-compatible to globjects 1.x and thus, will be released as globjects 2.0 in the following months) or do you want a backport to the 1.1.x release as well?

ghisvail commented 7 years ago

Debian is in freeze at the moment, so I can wait a few months. Thanks.

scheibel commented 7 years ago

The current master provides the tests as separate cmake project. If anything regarding the external testing doesn't work you can add the issues here.