git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@200558
91177308-0d34-0410-b5e6-
96231b3b80d8
add_subdirectory(utils/llvm-lit)
add_subdirectory(utils/yaml-bench)
+if(LLVM_INCLUDE_TESTS)
+ add_subdirectory(utils/unittest)
+endif()
+
add_subdirectory(projects)
if( LLVM_INCLUDE_TOOLS )
if( LLVM_INCLUDE_TESTS )
add_subdirectory(test)
- add_subdirectory(utils/unittest)
add_subdirectory(unittests)
if (MSVC)
# This utility is used to prevent crashing tests from calling Dr. Watson on