Changeset 167115 in webkit


Ignore:
Timestamp:
Apr 10, 2014, 11:32:13 PM (11 years ago)
Author:
zandobersek@gmail.com
Message:

[CMake] Add missing WTF unit tests
https://bugs.webkit.org/show_bug.cgi?id=131459

Reviewed by Martin Robinson.

  • TestWebKitAPI/CMakeLists.txt: Add a few missing source files

that should be compiled into the TestWTF binary.

Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r167081 r167115  
     12014-04-10  Zan Dobersek  <zdobersek@igalia.com>
     2
     3        [CMake] Add missing WTF unit tests
     4        https://bugs.webkit.org/show_bug.cgi?id=131459
     5
     6        Reviewed by Martin Robinson.
     7
     8        * TestWebKitAPI/CMakeLists.txt: Add a few missing source files
     9        that should be compiled into the TestWTF binary.
     10
    1112014-04-10  Brendan Long  <b.long@cablelabs.com>
    212
  • trunk/Tools/TestWebKitAPI/CMakeLists.txt

    r165975 r167115  
    104104    ${TESTWEBKITAPI_DIR}/Tests/WTF/CString.cpp
    105105    ${TESTWEBKITAPI_DIR}/Tests/WTF/CheckedArithmeticOperations.cpp
     106    ${TESTWEBKITAPI_DIR}/Tests/WTF/Deque.cpp
    106107    ${TESTWEBKITAPI_DIR}/Tests/WTF/Functional.cpp
    107108    ${TESTWEBKITAPI_DIR}/Tests/WTF/HashMap.cpp
     109    ${TESTWEBKITAPI_DIR}/Tests/WTF/HashSet.cpp
    108110    ${TESTWEBKITAPI_DIR}/Tests/WTF/IntegerToStringConversion.cpp
    109111    ${TESTWEBKITAPI_DIR}/Tests/WTF/ListHashSet.cpp
    110112    ${TESTWEBKITAPI_DIR}/Tests/WTF/MD5.cpp
    111113    ${TESTWEBKITAPI_DIR}/Tests/WTF/MathExtras.cpp
     114    ${TESTWEBKITAPI_DIR}/Tests/WTF/MediaTime.cpp
    112115    ${TESTWEBKITAPI_DIR}/Tests/WTF/MetaAllocator.cpp
    113116    ${TESTWEBKITAPI_DIR}/Tests/WTF/RedBlackTree.cpp
     
    120123    ${TESTWEBKITAPI_DIR}/Tests/WTF/StringImpl.cpp
    121124    ${TESTWEBKITAPI_DIR}/Tests/WTF/StringOperators.cpp
     125    ${TESTWEBKITAPI_DIR}/Tests/WTF/StringView.cpp
    122126    ${TESTWEBKITAPI_DIR}/Tests/WTF/TemporaryChange.cpp
    123127    ${TESTWEBKITAPI_DIR}/Tests/WTF/Vector.cpp
Note: See TracChangeset for help on using the changeset viewer.