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:
authorLukas Stockner <lukas.stockner@freenet.de>2016-08-10 21:48:35 +0300
committerLukas Stockner <lukas.stockner@freenet.de>2016-08-10 21:49:45 +0300
commit7c3a06c34918567e6b0ab67bded60725ff63073b (patch)
tree8567e29475c7c8c82ecd7110dcc7c7fd79e718e9 /intern/cycles/test/CMakeLists.txt
parent4d1bf1472ec6306bc405dc6ff322928e5cab6241 (diff)
Cycles Tests: Add test for correct 16 byte alignment of KernelData structs
Diffstat (limited to 'intern/cycles/test/CMakeLists.txt')
-rw-r--r--intern/cycles/test/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/intern/cycles/test/CMakeLists.txt b/intern/cycles/test/CMakeLists.txt
index 9af777fb9dd..e97332392a0 100644
--- a/intern/cycles/test/CMakeLists.txt
+++ b/intern/cycles/test/CMakeLists.txt
@@ -69,3 +69,4 @@ CYCLES_TEST(util_aligned_malloc "cycles_util")
CYCLES_TEST(util_path "cycles_util;${BOOST_LIBRARIES};${OPENIMAGEIO_LIBRARIES}")
CYCLES_TEST(util_string "cycles_util;${BOOST_LIBRARIES}")
CYCLES_TEST(util_task "cycles_util;${BOOST_LIBRARIES}")
+CYCLES_TEST(kernel_struct_align "")