blob: 1d055e94e18aa86cadac09e742b2be54a6e19316 [file] [log] [blame]
bfulgham@apple.com14ef42c2019-08-08 22:03:58 +00001#add_subdirectory(ImageDiff)
2
3if (ENABLE_WEBKIT_LEGACY)
4 #add_subdirectory(DumpRenderTree)
5 add_subdirectory(MiniBrowser/win)
6endif ()
7
bfulgham@apple.com28e3e642019-09-20 04:55:55 +00008if (ENABLE_WEBKIT)
Hironori.Fujii@sony.com3419bfd2020-09-17 02:05:47 +00009 add_subdirectory(TestRunnerShared)
bfulgham@apple.com28e3e642019-09-20 04:55:55 +000010 add_subdirectory(WebKitTestRunner)
11endif ()