From be0e957f1802064cb7eca850f6a39900289b4da3 Mon Sep 17 00:00:00 2001 From: Bartosz Sosnowski Date: Tue, 28 Apr 2020 18:41:46 +0200 Subject: [PATCH] build, win: add long path aware manifest Adds manifest file that makes the test runner work with long filenames when those are enabled in the system. PR-URL: https://github.com/libuv/libuv/pull/2789 Reviewed-By: Colin Ihrig --- CMakeLists.txt | 4 ++-- uv_win_longpath.manifest | 8 ++++++++ 2 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 uv_win_longpath.manifest diff --git a/CMakeLists.txt b/CMakeLists.txt index 4962af4e..59835638 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -510,7 +510,7 @@ if(LIBUV_BUILD_TESTS) test/test-walk-handles.c test/test-watcher-cross-stop.c) - add_executable(uv_run_tests ${uv_test_sources}) + add_executable(uv_run_tests ${uv_test_sources} uv_win_longpath.manifest) target_compile_definitions(uv_run_tests PRIVATE ${uv_defines} USING_UV_SHARED=1) target_compile_options(uv_run_tests PRIVATE ${uv_cflags}) @@ -522,7 +522,7 @@ if(LIBUV_BUILD_TESTS) set_tests_properties(uv_test PROPERTIES ENVIRONMENT "LIBPATH=${CMAKE_BINARY_DIR}:$ENV{LIBPATH}") endif() - add_executable(uv_run_tests_a ${uv_test_sources}) + add_executable(uv_run_tests_a ${uv_test_sources} uv_win_longpath.manifest) target_compile_definitions(uv_run_tests_a PRIVATE ${uv_defines}) target_compile_options(uv_run_tests_a PRIVATE ${uv_cflags}) target_link_libraries(uv_run_tests_a uv_a ${uv_test_libraries}) diff --git a/uv_win_longpath.manifest b/uv_win_longpath.manifest new file mode 100644 index 00000000..8976e6df --- /dev/null +++ b/uv_win_longpath.manifest @@ -0,0 +1,8 @@ + + + + + true + + +