genode/repos/libports/src/test/solo5/test.inc
Emery Hemingway bc539ce892 Native Solo5 bindings
A shared library implementation of the unikernel middleware.

https://github.com/Solo5/solo5

Fix #2945
2018-11-16 15:07:52 +01:00

9 lines
210 B
PHP

TEST_NAME := test_$(subst $(REP_DIR)/src/test/solo5/,,$(PRG_DIR))
TARGET = solo5-$(TEST_NAME)
LIBS += solo5
SRC_C += $(TEST_NAME).c
vpath %.c $(call select_from_ports,solo5)/src/lib/solo5/tests/$(TEST_NAME)