Skip to content

Commit

Permalink
Only run the selection test in versions that come after 2022.
Browse files Browse the repository at this point in the history
  • Loading branch information
krickw committed Jan 11, 2022
1 parent b22c780 commit c800a1b
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions test/lib/mayaUsd/render/vp2RenderDelegate/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,12 @@ set(TEST_SCRIPT_FILES "")
list(APPEND TEST_SCRIPT_FILES
testVP2RenderDelegateGeomSubset.py
testVP2RenderDelegatePointInstanceOrientation.py
testVP2RenderDelegateSelection.py
)

if(CMAKE_UFE_V2_FEATURES_AVAILABLE)
list(APPEND TEST_SCRIPT_FILES
testVP2RenderDelegateDuplicateProxy.py
testVP2RenderDelegateInteractiveWorkflows.py
testVP2RenderDelegateInteractiveWorkflows.py
)
endif()

Expand Down Expand Up @@ -47,6 +46,12 @@ if (MAYA_APP_VERSION VERSION_GREATER_EQUAL 2022)
endif()
endif()

if (MAYA_APP_VERSION VERSION_GREATER 2022)
list(APPEND TEST_SCRIPT_FILES
testVP2RenderDelegateSelection.py
)
endif()

if (CMAKE_WANT_MATERIALX_BUILD)
list(APPEND TEST_SCRIPT_FILES
testVP2RenderDelegateMaterialX.py
Expand Down

0 comments on commit c800a1b

Please sign in to comment.