mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-22 01:13:00 +02:00
Since there is no dependency on anything being built, move the test-unit target to an architecture-neutral location.
7 lines
187 B
Makefile
7 lines
187 B
Makefile
test-dir := $(BR2_EXTERNAL_INFIX_PATH)/test
|
|
|
|
UNIT_TESTS ?= $(test-dir)/case/all-repo.yaml $(test-dir)/case/all-unit.yaml
|
|
|
|
test-unit:
|
|
$(test-dir)/env $(test-dir)/9pm/9pm.py $(UNIT_TESTS)
|