[Webkit-unassigned] [Bug 68510] [EFL] build scripts modifications to support unit tests.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 22 01:13:41 PDT 2011


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





--- Comment #8 from Krzysztof <k.czech at samsung.com>  2011-09-22 01:13:41 PST ---
(In reply to comment #7)
> (From update of attachment 108123 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=108123&action=review
> 
> > ChangeLog:3
> > +        [EFL] build scripts modifications to support unit tests.
> 
> Capital 'b' in build.
> 
> > ChangeLog:8
> > +        Added conditions for building gtest library and building unit tests.
> 
> This could be moved to the * Source/CMakeLists.txt line.
> 
> > Source/CMakeLists.txt:147
> > +# Add google unit tests (gtest)
> 
> I'd rather have all this in Source/WebKit/efl instead.
> 
> > Source/WebKit/efl/tests/CMakeListsEfl.txt:37
> > +ADD_DEFINITIONS(-DGTEST_TEST_FRAMEWORK)
> 
> Is this needed for gtest to work?
This might be needed when gtest will be replaced by the other framework.
unit test launcher should be a separate component.
> 
> > Source/WebKit/efl/tests/CMakeListsEfl.txt:39
> > +ADD_LIBRARY(efl_test_launcher
> 
> What links against this library?
Unit tests links against this library.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list