disable tests on windows

This commit is contained in:
Dimitry
2016-06-28 23:18:54 +02:00
committed by chriseth
parent 55cfba6514
commit a92398a300
+1 -1
View File
@@ -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()