Skip to content

Commit

Permalink
Fix testUsdviewColorManagement
Browse files Browse the repository at this point in the history
See PixarAnimationStudios#1491

(Internal change: 2197560)
  • Loading branch information
tallytalwar authored and lkerley committed Jan 7, 2022
1 parent 1a56b0d commit 9ef7ab4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pxr/usdImaging/bin/testusdview/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,11 @@ if (NOT PXR_HEADLESS_TEST_MODE)
DEST testUsdviewAnimatedBounds
)

pxr_install_test_dir(
SRC testenv/testUsdviewColorManagement
DEST testUsdviewColorManagement
)

pxr_register_test(testUsdviewAlive
PRE_COMMAND "${PYTHON_EXECUTABLE} testUsdviewAliveSetup.py"
PYTHON
Expand Down Expand Up @@ -444,6 +449,8 @@ if (NOT PXR_HEADLESS_TEST_MODE)
PYTHON
COMMAND "${CMAKE_INSTALL_PREFIX}/bin/testusdview --testScript testUsdviewColorManagement.py test.usda"
EXPECTED_RETURN_CODE 0
ENV
OCIO=test.ocio
)

endif()

0 comments on commit 9ef7ab4

Please sign in to comment.