NVIDIA / libglvnd

The GL Vendor-Neutral Dispatch library
502 stars 90 forks source link

Fix for unit tests with no assembly support #180

Closed kbrenneman closed 5 years ago

kbrenneman commented 5 years ago

Most of this is to fix #154, by making the unit tests either run successfully or get skipped if the build doesn't have support for generating dispatch stubs at runtime.

Along with that, though, I also added a little bit better coverage for a few areas.

kbrenneman commented 5 years ago

We've migrated the repository over to GitLab, so this is now tracked at https://gitlab.freedesktop.org/glvnd/libglvnd/merge_requests/180.