blob: 9ca7b1ac3c462c6b01258e90562297342f6983a9 [file] [log] [blame]
add_llbuild_unittest(BuildSystemTests
BuildSystemFrontendTest.cpp
BuildSystemTaskTests.cpp
BuildValueTest.cpp
LaneBasedExecutionQueueTest.cpp
MockBuildSystemDelegate.cpp
POSIXEnvironmentTest.cpp
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()