Skip to content

Commit

Permalink
Issue #18: NumPy API should be activated for stereo tests with BM Dec…
Browse files Browse the repository at this point in the history
…kLink
  • Loading branch information
dzhoshkun committed Nov 19, 2018
1 parent d52c8d4 commit 220c666
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/blackmagic/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ foreach(BLACKMAGIC_DEVICE ${BLACKMAGIC_DEVICES})
LIST(APPEND TESTS_LIST ${NAME_TEST})

# Blackmagic device supporting stereo (3D) video streams
if(BLACKMAGIC_DEVICE STREQUAL DeckLink4KExtreme12G)
if(BLACKMAGIC_DEVICE STREQUAL DeckLink4KExtreme12G AND USE_NUMPY)
SET(NAME_TEST Test_Blackmagic_${BLACKMAGIC_DEVICE}_StereoFrames_${COLOUR_SPACE})
ADD_TEST(NAME ${NAME_TEST}
COMMAND py.test --device=${BLACKMAGIC_DEVICE} --colour-space=${COLOUR_SPACE} test_stereo.py
Expand Down

0 comments on commit 220c666

Please sign in to comment.