Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Koritzinsky <jekoritz@microsoft.com>2019-09-09 21:14:48 +0300
committerGitHub <noreply@github.com>2019-09-09 21:14:48 +0300
commitda07f828d9b5f6248c097c541baa85d0a9397e96 (patch)
treebd053913dde1c1aeccba564c3bd97cad6a51678e /src/coreclr/CMakeLists.txt
parent3e59afa2b71bd500fe6a61e48e8df8b0021d5b23 (diff)
Remove unused CMake command to build native test assets as par… (dotnet/coreclr#26454)
Commit migrated from https://github.com/dotnet/coreclr/commit/2af6907b5258ac3e13d7938f2c22db81eb0af5aa
Diffstat (limited to 'src/coreclr/CMakeLists.txt')
-rw-r--r--src/coreclr/CMakeLists.txt7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/coreclr/CMakeLists.txt b/src/coreclr/CMakeLists.txt
index 0a874de15a7..6b4104fd48c 100644
--- a/src/coreclr/CMakeLists.txt
+++ b/src/coreclr/CMakeLists.txt
@@ -181,13 +181,6 @@ if(WIN32)
add_compile_options(/Zl) # omit default library name in .OBJ
endif(WIN32)
-#------------------------------
-# Add Test Directory
-#------------------------------
-if(CLR_CMAKE_BUILD_TESTS)
- add_subdirectory(tests)
-endif(CLR_CMAKE_BUILD_TESTS)
-
#--------------------------------
# Definition directives
# - all clr specific compile definitions should be included in this file