aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 6d5bd606..d8994372 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -35,7 +35,7 @@ if (NOT EMSCRIPTEN)
add_subdirectory(lllc)
endif()
-if (TESTS AND NOT EMSCRIPTEN)
+if (TESTS AND NOT EMSCRIPTEN AND NOT WIN32)
add_subdirectory(test)
endif()