Skip to content

Commit 255136d

Browse files
committed
makefile: Use forcecolor for all verification tests
Signed-off-by: Jan Malek <[email protected]>
1 parent 22726df commit 255136d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ build-verilator:
9797
# Tests
9898
#
9999
test: config ## Run single module test (use `TEST=<test_name>` flag)
100-
cd $(COCOTB_VERIF_DIR) && $(PYTHON) -m nox -R -s $(TEST)_verify --no-venv
100+
cd $(COCOTB_VERIF_DIR) && $(PYTHON) -m nox -R -s $(TEST)_verify --no-venv --forcecolor
101101

102102
tests-axi: ## Run all verification/cocotb/* RTL tests for AXI bus configuration without coverage
103103
$(MAKE) config CFG_NAME=axi

0 commit comments

Comments
 (0)