mirror of
https://github.com/kernelkit/infix.git
synced 2026-08-02 13:53:01 +02:00
x86_64: Add convenience target to run the test suite
Once infix has been built, the test suite can now be run by issuing:
make infix-check
This commit is contained in:
committed by
Joachim Wiberg
parent
f26bd54336
commit
225395f749
@@ -0,0 +1,8 @@
|
||||
test-dir = $(BR2_EXTERNAL_INFIX_PATH)/test
|
||||
|
||||
.PHONY: infix-check
|
||||
infix-check:
|
||||
$(test-dir)/env \
|
||||
-q $(test-dir)/virt/dual \
|
||||
-f $(BINARIES_DIR)/infix-x86_64.img \
|
||||
$(BR2_EXTERNAL_INFIX_PATH)/9pm/9pm.py $(test-dir)/case/all.yaml
|
||||
Reference in New Issue
Block a user