Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2014-06-19 10:45:00 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2014-06-19 10:45:00 +0400
commit16d64a99b42171f201496a33f987fb687e3dabb1 (patch)
treec6d17ac55f3fb2f8423066ecea531b9ee52800ed /tests/gtests/CMakeLists.txt
parent89ee6e08087dedd543da569a2ae0a4d64c43f368 (diff)
Add unit tests for aligned alloc
This was really handy on initial work of aligned alloc and would be handy as well when we'll need to support arbitrary alignment on Apple platforms.
Diffstat (limited to 'tests/gtests/CMakeLists.txt')
-rw-r--r--tests/gtests/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/gtests/CMakeLists.txt b/tests/gtests/CMakeLists.txt
index 2ab62fa05b0..317f030a658 100644
--- a/tests/gtests/CMakeLists.txt
+++ b/tests/gtests/CMakeLists.txt
@@ -9,5 +9,6 @@ if(WITH_GTESTS)
add_subdirectory(testing)
add_subdirectory(blenlib)
+ add_subdirectory(guardedalloc)
endif()