3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-06-18 06:46:24 +00:00

force Ninja to display Makefile output for tests

This commit is contained in:
Miodrag Milanovic 2026-06-15 13:41:47 +02:00
parent 8869ce61dc
commit 90ead9bbc2

View file

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