From cee419c803b98c25a09d4a89cc358b35248d0960 Mon Sep 17 00:00:00 2001 From: Tony Barbour Date: Fri, 10 Jul 2015 14:10:27 -0600 Subject: Bug 14084: Get tests compiling and running Some layer tests still have issues. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 16977367..07deeeb4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -46,7 +46,7 @@ else() set(PYTHON_CMD "py") endif() -option(BUILD_TESTS "Build tests" OFF) +option(BUILD_TESTS "Build tests" ON) # loader: Generic VULKAN ICD loader # icd: Device dependent (DD) VULKAN components -- cgit v1.2.3