mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
disable tests on windows
This commit is contained in:
parent
55cfba6514
commit
a92398a300
@ -35,7 +35,7 @@ if (NOT EMSCRIPTEN)
|
|||||||
add_subdirectory(lllc)
|
add_subdirectory(lllc)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if (TESTS AND NOT EMSCRIPTEN)
|
if (TESTS AND NOT EMSCRIPTEN AND NOT WIN32)
|
||||||
add_subdirectory(test)
|
add_subdirectory(test)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user