[Webkit-unassigned] [Bug 17307] KURL (and the rest of WebCore) needs unit testing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 11 17:57:44 PST 2008


http://bugs.webkit.org/show_bug.cgi?id=17307


morganl.webkit at yahoo.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |morganl.webkit at yahoo.com




------- Comment #3 from morganl.webkit at yahoo.com  2008-02-11 17:57 PDT -------
> we have to expose a bunch of extra symbols from JavaScriptCore and WebCore

perhaps it would be better to link to the underlying object files instead of
trying to export more symbols.  this kind of thing can be much easier to
arrange if an intermediate static library is created.  then you can link that
static library into your unit tests executable as well as into the final dylib,
dll, or whatever.


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



More information about the webkit-unassigned mailing list