Removed install dependency on test Signed-off-by: Maciej Kurc <mkurc@antmicro.com>
diff --git a/get_count-plugin/Makefile b/get_count-plugin/Makefile index cc0119d..2c860b6 100644 --- a/get_count-plugin/Makefile +++ b/get_count-plugin/Makefile
@@ -12,7 +12,7 @@ .PHONY: install test -install: test +install: $(NAME).so mkdir -p $(PLUGINS_DIR) cp $(NAME).so $(PLUGINS_DIR)/$(NAME).so
diff --git a/get_count-plugin/tests/simple/script.tcl b/get_count-plugin/tests/simple/script.tcl index 6e8cdf0..e21a36d 100644 --- a/get_count-plugin/tests/simple/script.tcl +++ b/get_count-plugin/tests/simple/script.tcl
@@ -1,4 +1,4 @@ -yosys plugin -i ../../get_count.so +yosys plugin -i get_count yosys -import read_verilog -icells design.v