Title: [225396] trunk/Tools
Revision
225396
Author
[email protected]
Date
2017-12-01 10:11:48 -0800 (Fri, 01 Dec 2017)

Log Message

[GTK] Add SampleMap.cpp API tests to CMake
https://bugs.webkit.org/show_bug.cgi?id=180252

Patch by Alicia Boya García <[email protected]> on 2017-12-01
Reviewed by Žan Doberšek.

* TestWebKitAPI/PlatformGTK.cmake:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (225395 => 225396)


--- trunk/Tools/ChangeLog	2017-12-01 18:09:03 UTC (rev 225395)
+++ trunk/Tools/ChangeLog	2017-12-01 18:11:48 UTC (rev 225396)
@@ -1,3 +1,12 @@
+2017-12-01  Alicia Boya García  <[email protected]>
+
+        [GTK] Add SampleMap.cpp API tests to CMake
+        https://bugs.webkit.org/show_bug.cgi?id=180252
+
+        Reviewed by Žan Doberšek.
+
+        * TestWebKitAPI/PlatformGTK.cmake:
+
 2017-11-30  Carlos Garcia Campos  <[email protected]>
 
         WebDriver: add support for importing and running selenium tests

Modified: trunk/Tools/TestWebKitAPI/PlatformGTK.cmake (225395 => 225396)


--- trunk/Tools/TestWebKitAPI/PlatformGTK.cmake	2017-12-01 18:09:03 UTC (rev 225395)
+++ trunk/Tools/TestWebKitAPI/PlatformGTK.cmake	2017-12-01 18:11:48 UTC (rev 225396)
@@ -100,6 +100,7 @@
     ${TESTWEBKITAPI_DIR}/Tests/WebCore/URL.cpp
     ${TESTWEBKITAPI_DIR}/Tests/WebCore/URLParser.cpp
     ${TESTWEBKITAPI_DIR}/Tests/WebCore/UserAgentQuirks.cpp
+    ${TESTWEBKITAPI_DIR}/Tests/WebCore/SampleMap.cpp
 )
 
 target_link_libraries(TestWebCore ${test_webcore_LIBRARIES})
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to