This website requires JavaScript.
Explore
Help
Register
Sign In
Cr8-xyz
/
blender
Watch
1
Star
0
Fork
0
You've already forked blender
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
9fb1f9c5cdccc14f65ba2047e5656b360142aa43
blender
/
tests
/
CMakeLists.txt
9 lines
102 B
CMake
Raw
Normal View
History
Unescape
Escape
Move tests into tests/ top-level dir
2014-06-18 21:44:40 +10:00
# Python CTests
Fix compilation error when building without Blender Simply disabled python tests, they can't be run anyway (since blender target is not enabled) and we don't have any player-related tests in that folder.
2017-08-08 11:32:33 +02:00
if
(
WITH_BLENDER
)
add_subdirectory
(
python
)
endif
(
)
Move tests into tests/ top-level dir
2014-06-18 21:44:40 +10:00
GTest unit testing framework Currently covers only small set of functionality.
2014-06-18 22:49:17 +10:00
# GTest
add_subdirectory
(
gtests
)
Reference in New Issue
Copy Permalink