diff options
author | Jason Ekstrand <[email protected]> | 2015-08-14 15:24:01 -0700 |
---|---|---|
committer | Jason Ekstrand <[email protected]> | 2015-08-14 17:04:39 -0700 |
commit | b4c02253c4e1a7bc5a7a6369045210932f5de605 (patch) | |
tree | 50467894afbbcf4215db3a27dab9729846588536 /configure.ac | |
parent | 16c5b9f4eda04d22c3c7b4cba0fe6303f149f86d (diff) |
vk: Add four unit tests for our lock-free data-structures
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 33aacd2ec06..e78a4ba6325 100644 --- a/configure.ac +++ b/configure.ac @@ -2439,6 +2439,7 @@ AC_CONFIG_FILES([Makefile src/mesa/drivers/x11/Makefile src/mesa/main/tests/Makefile src/vulkan/Makefile + src/vulkan/tests/Makefile src/util/Makefile src/util/tests/hash_table/Makefile]) |