blob: 9da37c511215040884aafbed78910cb3fdf9a1b5 [file] [log] [blame]
add_llbuild_unittest(BuildSystemTests
BuildSystemFrontendTest.cpp
BuildValueTest.cpp
LaneBasedExecutionQueueTest
TempDir.cpp
)
target_link_libraries(BuildSystemTests
llbuildBuildSystem
llvmSupport
llbuildCore
llbuildBasic
llvmSupport
sqlite3
)
if(NOT ${CMAKE_SYSTEM_NAME} STREQUAL "Windows")
target_link_libraries(BuildSystemTests curses)
endif()