add sync tabs + refresh button
This commit is contained in:
@@ -87,6 +87,14 @@ if(BUILD_TESTING)
|
||||
COMMAND renderer-fps-test $<TARGET_FILE:obs-webkit-renderer>)
|
||||
set_tests_properties(blur-transition-fps-test PROPERTIES TIMEOUT 20 SKIP_RETURN_CODE 77)
|
||||
|
||||
add_executable(shared-profile-test tests/shared-profile-test.c)
|
||||
target_compile_features(shared-profile-test PRIVATE c_std_11)
|
||||
target_compile_definitions(shared-profile-test PRIVATE _GNU_SOURCE)
|
||||
target_include_directories(shared-profile-test PRIVATE src)
|
||||
add_test(NAME shared-profile-test
|
||||
COMMAND shared-profile-test $<TARGET_FILE:obs-webkit-renderer>)
|
||||
set_tests_properties(shared-profile-test PROPERTIES TIMEOUT 30 SKIP_RETURN_CODE 77)
|
||||
|
||||
add_executable(module-load-test tests/module-load-test.c)
|
||||
target_compile_features(module-load-test PRIVATE c_std_11)
|
||||
target_link_libraries(module-load-test PRIVATE PkgConfig::OBS)
|
||||
|
||||
Reference in New Issue
Block a user