blender/tests/gtests/usd
Sybren A. Stüvel 17da3b5d82 USD: ensure test does not depend on BLI_assert()
The test failure in T75491 only showed up in debug builds because
`BLI_assert()` is a no-op in release builds. This is now replaced by a
proper GTests call to `ADD_FAILURE()`, ensuring that the test fails
regardless of build mode.
2020-04-09 12:14:51 +02:00
..
abstract_hierarchy_iterator_test.cc USD: ensure test does not depend on BLI_assert() 2020-04-09 12:14:51 +02:00
CMakeLists.txt Cleanup: move Alembic, AVI, Collada, and USD to source/blender/io 2020-03-06 16:19:45 +01:00
hierarchy_context_order_test.cc
usd_stage_creation_test.cc USD: Simplified unit test and made it work on Windows as well 2019-12-13 18:59:23 +01:00