Skip to content

Commit

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

(Internal change: 2197560)
  • Loading branch information
tallytalwar authored and pixar-oss committed Nov 5, 2021
1 parent 79f3424 commit 26462d7
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 26462d7

Please sign in to comment.