genode-ehmry/solo5/test/Tupfile

34 lines
453 B
Plaintext
Raw Normal View History

2019-07-06 14:16:37 +02:00
TARGET_NAME = solo5_tests
LIBS += solo5 genode-base
2019-07-07 11:01:22 +02:00
include_rules
2019-07-06 14:16:37 +02:00
PKG_DEPENDS += \
_/src/init \
2019-07-07 11:01:22 +02:00
_/src/nic_bus \
2019-07-06 14:16:37 +02:00
_/src/ram_block \
_/src/sequence \
_/src/solo5 \
_/src/$(BIN_NAME) \
run ./test_rules.sh \
blk \
dumpcore \
exception \
fpu \
globals \
hello \
net \
net_2if \
notls \
quiet \
ssp \
time \
wnox \
xnow \
: foreach {bin} |> !collect_bin |>
: runtime |> !collect_pkg_runtime |>
include &(BIN_RULES)
include &(PKG_RULES)