blob: 40bdc9de906116484b91da64b9f33cd0427b0372 [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(WinLauncher)
endif ()
if (ENABLE_WEBKIT2 AND ENABLE_API_TESTS)
add_subdirectory(TestWebKitAPI)
endif ()