mirror of https://github.com/YosysHQ/yosys.git
force Ninja to display Makefile output for tests
This commit is contained in:
parent
8869ce61dc
commit
90ead9bbc2
|
|
@ -536,6 +536,7 @@ if (NOT YOSYS_BUILD_PYTHON_ONLY)
|
|||
COMMAND make vanilla-test ${makefile_vars}
|
||||
WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}/tests
|
||||
DEPENDS ${makefile_depends}
|
||||
USES_TERMINAL
|
||||
JOB_SERVER_AWARE TRUE
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue