google / vkb

Build scripts to build many bits of Vulkan together in one place.
Apache License 2.0
10 stars 9 forks source link

Run ctest after build. #23

Closed dj2 closed 5 years ago

dj2 commented 5 years ago

This CL adds ctest to the build scripts. We specifically exclude the vk_loader_validation_tests and vk_layer_validation_tests as they both currently fail.

Fixes #22