Bug 243703

Summary: [Xcode] build-jsc and "Everything up to JavaScriptCore" should build TestWTF
Product: WebKit Reporter: Elliott Williams <emw>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: ap, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=243747

Description Elliott Williams 2022-08-08 17:48:52 PDT
Now that workspace builds via Make are functional, we can have the "Everything up to JavaScriptCore" scheme build TestWTF without the rest of the TestWebKitAPI harness. This should provide a single-command invocation for JSC engineers to minimally build WTF+JSC and tests.
Comment 1 Elliott Williams 2022-08-26 13:48:49 PDT
rdar://98697108
Comment 2 Elliott Williams 2022-08-26 13:49:14 PDT
Pull request: https://github.com/WebKit/WebKit/pull/3129