Searched full:uv_run_tests (Results 1 – 6 of 6) sorted by relevance
58 build\\RelWithDebInfo\\uv_run_tests.exe platform_output96 …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
68 ./build/uv_run_tests platform_output
698 add_executable(uv_run_tests ${uv_test_sources} uv_win_longpath.manifest) target699 target_compile_definitions(uv_run_tests701 target_compile_options(uv_run_tests PRIVATE ${uv_cflags})702 target_link_libraries(uv_run_tests uv ${uv_test_libraries})704 COMMAND uv_run_tests711 add_custom_command(TARGET uv_run_tests POST_BUILD713 "$<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)
200 $ build/uv_run_tests # shared library build240 $ env UV_TEST_TIMEOUT_MULTIPLIER=2 build/uv_run_tests # 10s instead of 5s
631 add_executable(uv_run_tests ${uv_test_sources} uv_win_longpath.manifest) target632 target_compile_definitions(uv_run_tests634 target_compile_options(uv_run_tests PRIVATE ${uv_cflags})635 target_link_libraries(uv_run_tests uv ${uv_test_libraries})637 COMMAND uv_run_tests656 set_target_properties(uv_run_tests PROPERTIES LINKER_LANGUAGE CXX)
198 $ build/uv_run_tests # shared library build229 $ env UV_TEST_TIMEOUT_MULTIPLIER=2 build/uv_run_tests # 10s instead of 5s