NEW 166631
[CMake] Build as many API tests as possible, in cross-platform CMakeLists.txt
https://bugs.webkit.org/show_bug.cgi?id=166631
Summary [CMake] Build as many API tests as possible, in cross-platform CMakeLists.txt
Michael Catanzaro
Reported 2016-12-31 08:09:02 PST
Right now the Windows and GTK ports build only a small subset of WebCore API tests, EFL builds almost none (and in separate binaries, it needs to use one binary to match the other ports), and Mac builds none. The only platform that is actually running most tests is Mac with XCode. The situation for WebKit2 and WTF tests looks a bit better, but I bet many tests are missing there too. This should be cleaned up. In particular, as many tests as possible should be listed in a cross-platform location so you don't need to edit multiple CMake files when adding a test that runs on all ports.
Attachments
Note You need to log in before you can comment on or make changes to this bug.