We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7a3ad5b + 5c08565 commit 559b0e2Copy full SHA for 559b0e2
1 file changed
tutorials/code-samples/toffee/Makefile
@@ -26,7 +26,7 @@ dut:
26
wave:
27
$(GTKWAVE) -r .gtkwaverc $(NAME_L).$(WAVE_FORMAT)
28
# Test
29
-test:
+test: dut
30
PYTHONPATH=.:./src pytest -sv --toffee-report
31
32
clean:
0 commit comments