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
1 changed files with 1 additions and 0 deletions

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
)