Skip to content

Commit c1ecd0a

Browse files
committed
[lldb-dap] Don't build the unit tests on Windows
1 parent 64f53db commit c1ecd0a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lldb/unittests/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,13 @@ endfunction()
4848

4949
add_subdirectory(TestingSupport)
5050
if (NOT CMAKE_SYSTEM_NAME MATCHES "Windows")
51-
# FIXME: APITests.exe is not a valid googletest binary.
51+
# FIXME: Tests linking against libLLDB don't work on Windows.
5252
add_subdirectory(API)
53+
add_subdirectory(DAP)
5354
endif()
5455
add_subdirectory(Breakpoint)
5556
add_subdirectory(Callback)
5657
add_subdirectory(Core)
57-
add_subdirectory(DAP)
5858
add_subdirectory(DataFormatter)
5959
add_subdirectory(Disassembler)
6060
add_subdirectory(Editline)

0 commit comments

Comments
 (0)