diff options
| author | Tony Barbour <tony@LunarG.com> | 2015-07-10 14:10:27 -0600 |
|---|---|---|
| committer | Courtney Goeltzenleuchter <courtney@LunarG.com> | 2015-07-17 10:05:19 -0600 |
| commit | cee419c803b98c25a09d4a89cc358b35248d0960 (patch) | |
| tree | 65af1233b5192fac94be0a407f52af7576d3245e | |
| parent | 4efb01f1bcbf9403eaddb428c7684b8ec39344a9 (diff) | |
| download | usermoji-cee419c803b98c25a09d4a89cc358b35248d0960.tar.xz | |
Bug 14084: Get tests compiling and running
Some layer tests still have issues.
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
