Commit 86c87a12 authored by Tristan Gingold's avatar Tristan Gingold

add eth_ep in CI testsuite.

parent 15fc894f
......@@ -3,7 +3,7 @@
#
# Author: Adam Wujek, CERN 2017
TB_DIRS=mock_turtle_core svec_mt_demo spec_mt_demo
TB_DIRS=mock_turtle_core svec_mt_demo spec_mt_demo mt_eth_ep
#TB_DIRS+=spec_ref_design-verification
test_results_xml=test_results.xml
......@@ -13,6 +13,7 @@ all: $(TB_DIRS) summary summary_total summary_xml
MT_VERF_RT_BIN = ../../tests/firmware/sim-verif/sim-verif.bin
MT_DEMO_RT_BIN = ../../demos/hello_world/firmware/fw-01/fw-hello.bin
MT_ETH_RT_BIN = ../../tests/firmware/rmq-udp-send/fw-rmq-udp-send.bin
mock_turtle_core: $(MT_VERF_RT_BIN)
......@@ -20,7 +21,9 @@ svec_mt_demo: $(MT_DEMO_RT_BIN)
spec_mt_demo: $(MT_DEMO_RT_BIN)
$(MT_DEMO_RT_BIN) $(MT_VERF_RT_BIN):
mt_eth_ep: $(MT_ETH_RT_BIN)
$(MT_DEMO_RT_BIN) $(MT_VERF_RT_BIN) $(MT_ETH_RT_BIN):
$(MAKE) -C $(@D) defconfig
$(MAKE) -C $(@D)
......@@ -132,4 +135,3 @@ clean:
rm -f $$d/Makefile; \
fi \
done
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