mirror of
https://github.com/YosysHQ/yosys
synced 2025-11-20 12:46:40 +00:00
tests: avoid interleaving lines in test output
This commit is contained in:
parent
8371adf6b5
commit
3dd3079095
13 changed files with 14 additions and 19 deletions
2
Makefile
2
Makefile
|
|
@ -955,7 +955,7 @@ makefile-tests: $(MK_TEST_DIRS:%=makefile-tests/%)
|
|||
+cd $(dir $*) && bash run-test.sh
|
||||
# this one spawns submake on each
|
||||
makefile-tests/%: %/run-test.mk $(TARGETS) $(EXTRA_TARGETS)
|
||||
$(MAKE) -C $* -f run-test.mk
|
||||
stdbuf -oL -eL $(MAKE) -C $* -f run-test.mk
|
||||
+@echo "...passed tests in $*"
|
||||
|
||||
test: makefile-tests abcopt-tests seed-tests
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue