From a92398a3006af49606b41f16117e3f9fa0c06999 Mon Sep 17 00:00:00 2001 From: Dimitry Date: Wed, 8 Jun 2016 20:30:30 +0300 Subject: [PATCH] disable tests on windows --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6d5bd6067..d89943724 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()