blob: deb7907e43646da22b5b159a8cc9385bf4779db6 [file] [log] [blame]
add_llbuild_unittest(BasicTests
FileSystemTest.cpp
SerialQueueTest.cpp
ShellUtilityTest.cpp
)
target_link_libraries(BasicTests llbuildBasic llvmSupport)
if(NOT ${CMAKE_SYSTEM_NAME} STREQUAL "Windows")
target_link_libraries(BasicTests curses)
endif()