New upstream version 26.1.0+dfsg1
This commit is contained in:
parent
040dcc3fc2
commit
013818c4af
594 changed files with 19576 additions and 4478 deletions
|
|
@ -37,3 +37,10 @@ target_link_libraries(test_darray ${CMOCKA_LIBRARIES} libobs)
|
|||
|
||||
add_test(test_darray ${CMAKE_CURRENT_BINARY_DIR}/test_darray)
|
||||
fixLink(test_darray)
|
||||
|
||||
# bitstream test
|
||||
add_executable(test_bitstream test_bitstream.c)
|
||||
target_link_libraries(test_bitstream ${CMOCKA_LIBRARIES} libobs)
|
||||
|
||||
add_test(test_bitstream ${CMAKE_CURRENT_BINARY_DIR}/test_bitstream)
|
||||
fixLink(test_bitstream)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue