Skip to content

Commit

Permalink
Add test case for primMetadata editRouting
Browse files Browse the repository at this point in the history
  • Loading branch information
jufrantz committed Sep 23, 2024
1 parent fd1e2ed commit 91199ad
Show file tree
Hide file tree
Showing 2 changed files with 451 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/lib/ufe/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ set(TEST_SCRIPT_FILES
testDuplicateCmd.py
testDuplicateProxyShape.py
testEditRouting.py
testPrimMetadataEditRouting.py
testGroupCmd.py
testMatrices.py
testMayaPickwalk.py
Expand Down Expand Up @@ -169,6 +170,7 @@ foreach(script ${TEST_SCRIPT_FILES})
"UFE_CAMERA_HAS_RENDERABLE=${UFE_CAMERA_HAS_RENDERABLE}"
"UFE_SCENE_SEGMENT_HANDLER_ROOT_PATH=${UFE_SCENE_SEGMENT_HANDLER_ROOT_PATH}"
"UFE_VOLUME_LIGHTS_SUPPORT=${UFE_VOLUME_LIGHTS_SUPPORT}"
"UFE_SCENEITEM_HAS_METADATA=${UFE_SCENEITEM_HAS_METADATA}"
)

# Add a ctest label to these tests for easy filtering.
Expand Down
Loading

0 comments on commit 91199ad

Please sign in to comment.