mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-27 11:13:02 +02:00
9 lines
206 B
Makefile
9 lines
206 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)
|
|
|
|
.PHONY: test-unit
|