projects
/
blender.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
GTest unit testing framework
[blender.git]
/
tests
/
CMakeLists.txt
1
2
# Python CTests
3
add_subdirectory(python)
4
5
# GTest
6
add_subdirectory(gtests)
7