We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6485f3 commit 75c54b5Copy full SHA for 75c54b5
Makefile
@@ -45,7 +45,7 @@ include $(TOOL_DIR)/simulators/Makefile.$(SIMULATOR)
45
# Ensure `make test` is called with `TEST` flag set
46
ifeq ($(MAKECMDGOALS), test)
47
ifndef TEST
48
- $(error Run this target with the `TEST` flag set, i.e. 'TEST=i3c make test')
+ $(error Run this target with the `TEST` flag set, i.e. 'TEST=i3c_axi make test')
49
endif
50
51
0 commit comments