disable tests on windows

This commit is contained in:
Dimitry 2016-06-08 20:30:30 +03:00 committed by chriseth
parent 55cfba6514
commit a92398a300

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()