Bug 262025
Summary: | Fix TestWTFLibrary dependency on gtest | ||
---|---|---|---|
Product: | WebKit | Reporter: | David Kilzer (:ddkilzer) <ddkilzer> |
Component: | Tools / Tests | Assignee: | David Kilzer (:ddkilzer) <ddkilzer> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | Other | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
David Kilzer (:ddkilzer)
Fix TestWebKitAPI dependency on gtest.
I saw this error when precompiling TestWebKitAPIPrefix.h:
In file included from Tools/TestWebKitAPI/TestWebKitAPIPrefix.h:51:
WebKitBuild/Release/usr/local/include/gtest/gtest.h:62:10: fatal error: 'gtest/internal/gtest-internal.h' file not found
#include "gtest/internal/gtest-internal.h"
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
WebKitBuild/Release/usr/local/include/gtest/gtest.h:62:10: note: did not find header 'internal/gtest-internal.h' in framework 'gtest' (loaded from 'WebKitBuild/Release')
1 error generated.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/115972063>
David Kilzer (:ddkilzer)
Pull request: https://github.com/WebKit/WebKit/pull/18145
EWS
Committed 268406@main (4cfc121efdfa): <https://commits.webkit.org/268406@main>
Reviewed commits have been landed. Closing PR #18145 and removing active labels.