blob: 03af222ca36609228872dd787a5cfed74be22f76 [file] [log] [blame]
if ("${PORT}" STREQUAL "Efl")
if (DEVELOPER_MODE)
add_subdirectory(WebKitTestRunner)
add_subdirectory(ImageDiff)
if (ENABLE_X11_TARGET)
add_subdirectory(DumpRenderTree/TestNetscapePlugIn)
endif ()
endif ()
if (ENABLE_MINIBROWSER)
add_subdirectory(MiniBrowser/efl)
endif ()
elseif ("${PORT}" STREQUAL "GTK")
if (DEVELOPER_MODE)
add_subdirectory(WebKitTestRunner)
add_subdirectory(ImageDiff)
if (ENABLE_API_TESTS)
add_subdirectory(TestWebKitAPI/Tests/WebKit2Gtk)
endif ()
if (ENABLE_X11_TARGET)
add_subdirectory(DumpRenderTree/TestNetscapePlugIn)
endif ()
endif ()
if (ENABLE_MINIBROWSER)
add_subdirectory(MiniBrowser/gtk)
endif ()
endif ()
if (WIN32)
add_subdirectory(DumpRenderTree)
add_subdirectory(TestWebKitAPI)
add_subdirectory(MiniBrowser/win)
endif ()
if (ENABLE_WEBKIT2 AND ENABLE_API_TESTS)
add_subdirectory(TestWebKitAPI)
endif ()