Commit c495f412 authored by Adam Wujek's avatar Adam Wujek 💬

hdl:testbench: build rmq-udp firmware before running wrtd-system testbench

Signed-off-by: Adam Wujek's avatarAdam Wujek <adam.wujek@cern.ch>
parent 0dff63f2
......@@ -10,6 +10,14 @@ test_results_xml=test_results.xml
all: $(TB_DIRS) summary summary_total summary_xml
FW_RMQ_UDP_BIN = ../../tests/firmware/rmq-udp/fw-rmq-udp.bin
wrtd-system: $(FW_RMQ_UDP_BIN)
$(FW_RMQ_UDP_BIN):
$(MAKE) -C $(@D) defconfig
$(MAKE) -C $(@D)
$(TB_DIRS):
@echo $@
@echo "Run HDL-MAKE"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment