Title: [198938] trunk/Tools
- Revision
- 198938
- Author
- [email protected]
- Date
- 2016-03-31 20:23:01 -0700 (Thu, 31 Mar 2016)
Log Message
https://bugs.webkit.org/show_bug.cgi?id=156094
[Win] TestWebCore target build sometimes fail.
Patch by Bill Ming <[email protected]> on 2016-03-31
Reviewed by Alex Christensen.
* Tools/TestWebKitAPI/PlatformWin.cmake:
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (198937 => 198938)
--- trunk/Tools/ChangeLog 2016-04-01 03:15:07 UTC (rev 198937)
+++ trunk/Tools/ChangeLog 2016-04-01 03:23:01 UTC (rev 198938)
@@ -1,3 +1,12 @@
+2016-03-31 Bill Ming <[email protected]>
+
+ https://bugs.webkit.org/show_bug.cgi?id=156094
+ [Win] TestWebCore target build sometimes fail.
+
+ Reviewed by Alex Christensen.
+
+ * Tools/TestWebKitAPI/PlatformWin.cmake:
+
2016-03-31 Gyuyoung Kim <[email protected]>
[EFL] Bump EFL version to 1.17.0
Modified: trunk/Tools/TestWebKitAPI/PlatformWin.cmake (198937 => 198938)
--- trunk/Tools/TestWebKitAPI/PlatformWin.cmake 2016-04-01 03:15:07 UTC (rev 198937)
+++ trunk/Tools/TestWebKitAPI/PlatformWin.cmake 2016-04-01 03:23:01 UTC (rev 198938)
@@ -89,6 +89,7 @@
)
set_target_properties(TestWTFLib PROPERTIES OUTPUT_NAME "TestWTFLib")
target_link_libraries(TestWTFLib ${test_wtf_LIBRARIES})
+add_dependencies(TestWTFLib ${ForwardingHeadersForTestWebKitAPI_NAME})
set(test_wtf_LIBRARIES
shlwapi
@@ -107,6 +108,7 @@
${TOOLS_DIR}/win/DLLLauncher/DLLLauncherMain.cpp
)
target_link_libraries(TestWebCore shlwapi)
+add_dependencies(TestWebCore ${ForwardingHeadersForTestWebKitAPI_NAME})
add_test(TestWebCore ${TESTWEBKITAPI_RUNTIME_OUTPUT_DIRECTORY}/TestWebCore)
@@ -125,6 +127,7 @@
${TOOLS_DIR}/win/DLLLauncher/DLLLauncherMain.cpp
)
target_link_libraries(TestWebKit shlwapi)
+add_dependencies(TestWebKit ${ForwardingHeadersForTestWebKitAPI_NAME})
add_test(TestWebKit ${TESTWEBKITAPI_RUNTIME_OUTPUT_DIRECTORY}/TestWebKit)
set_tests_properties(TestWebKit PROPERTIES TIMEOUT 60)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes