Changeset 52916 in webkit


Ignore:
Timestamp:
Jan 7, 2010 3:50:44 AM (14 years ago)
Author:
eric@webkit.org
Message:

2010-01-07 Chris Jerdonek <chris.jerdonek@gmail.com>

Reviewed by Adam Barth.

Created a module that runs the style package unit tests.

https://bugs.webkit.org/show_bug.cgi?id=32973

  • Scripts/test-webkitpy:
  • Scripts/webkitpy/style/unittests.py: Added.
Location:
trunk/WebKitTools
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebKitTools/ChangeLog

    r52912 r52916  
     12010-01-07  Chris Jerdonek  <chris.jerdonek@gmail.com>
     2
     3        Reviewed by Adam Barth.
     4
     5        Created a module that runs the style package unit tests.
     6
     7        https://bugs.webkit.org/show_bug.cgi?id=32973
     8
     9        * Scripts/test-webkitpy:
     10        * Scripts/webkitpy/style/unittests.py: Added.
     11
    1122010-01-07  Adam Barth  <abarth@webkit.org>
    213
  • trunk/WebKitTools/Scripts/test-webkitpy

    r52906 r52916  
    4141from webkitpy.committers_unittest import *
    4242from webkitpy.credentials_unittest import *
    43 from webkitpy.style.cpp_style_unittest import *
    4443from webkitpy.diff_parser_unittest import *
    4544from webkitpy.executive_unittest import *
     
    4847from webkitpy.steps.steps_unittest import *
    4948from webkitpy.steps.updatechangelogswithreview_unittests import *
    50 from webkitpy.style.checker_unittest import *
    51 from webkitpy.style.text_style_unittest import *
     49from webkitpy.style.unittests import * # for check-webkit-style
    5250from webkitpy.webkit_logging_unittest import *
    5351from webkitpy.webkitport_unittest import *
Note: See TracChangeset for help on using the changeset viewer.