Home
last modified time | relevance | path

Searched full:uv_run_tests (Results 1 – 6 of 6) sorted by relevance

/third_party/libuv/.github/workflows/
DCI-win.yml58 build\\RelWithDebInfo\\uv_run_tests.exe platform_output
96 …cp -av build/uv_run_tests_a.exe build/uv_run_tests.exe build/uv_run_tests_a_no_ext build/uv_run_te…
130 bin\uv_run_tests.exe
DCI-unix.yml68 ./build/uv_run_tests platform_output
/third_party/libuv/
DCMakeLists.txt698 add_executable(uv_run_tests ${uv_test_sources} uv_win_longpath.manifest) target
699 target_compile_definitions(uv_run_tests
701 target_compile_options(uv_run_tests PRIVATE ${uv_cflags})
702 target_link_libraries(uv_run_tests uv ${uv_test_libraries})
704 COMMAND uv_run_tests
711 add_custom_command(TARGET uv_run_tests POST_BUILD
713 "$<TARGET_FILE:uv_run_tests>"
714 "$<TARGET_FILE_DIR:uv_run_tests>/uv_run_tests_no_ext")
729 set_target_properties(uv_run_tests PROPERTIES LINKER_LANGUAGE CXX)
DREADME.md200 $ build/uv_run_tests # shared library build
240 $ env UV_TEST_TIMEOUT_MULTIPLIER=2 build/uv_run_tests # 10s instead of 5s
/third_party/node/deps/uv/
DCMakeLists.txt631 add_executable(uv_run_tests ${uv_test_sources} uv_win_longpath.manifest) target
632 target_compile_definitions(uv_run_tests
634 target_compile_options(uv_run_tests PRIVATE ${uv_cflags})
635 target_link_libraries(uv_run_tests uv ${uv_test_libraries})
637 COMMAND uv_run_tests
656 set_target_properties(uv_run_tests PROPERTIES LINKER_LANGUAGE CXX)
DREADME.md198 $ build/uv_run_tests # shared library build
229 $ env UV_TEST_TIMEOUT_MULTIPLIER=2 build/uv_run_tests # 10s instead of 5s