[Webkit-unassigned] [Bug 166492] [GTK] WebCore/CSSParser unit test is not being built
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Dec 27 10:32:13 PST 2016
https://bugs.webkit.org/show_bug.cgi?id=166492
--- Comment #1 from Manuel Rego Casasnovas <rego at igalia.com> ---
We should build this test in GTK+ too, but something like this is not enough:
diff --git a/Tools/TestWebKitAPI/PlatformGTK.cmake b/Tools/TestWebKitAPI/PlatformGTK.cmake
index 639d197c070..0bb8cdb4ac9 100644
--- a/Tools/TestWebKitAPI/PlatformGTK.cmake
+++ b/Tools/TestWebKitAPI/PlatformGTK.cmake
@@ -129,6 +129,7 @@ set_target_properties(TestWebKit2 PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${TESTWEBK
add_executable(TestWebCore
${test_main_SOURCES}
${TESTWEBKITAPI_DIR}/TestsController.cpp
+ ${TESTWEBKITAPI_DIR}/Tests/WebCore/CSSParser.cpp
${TESTWEBKITAPI_DIR}/Tests/WebCore/FileSystem.cpp
${TESTWEBKITAPI_DIR}/Tests/WebCore/HTMLParserIdioms.cpp
${TESTWEBKITAPI_DIR}/Tests/WebCore/LayoutUnit.cpp
I'm getting some linking errors: http://sprunge.us/gBeQ
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20161227/5072ac52/attachment.html>
More information about the webkit-unassigned
mailing list