mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-30 20:43:02 +02:00
test: add top level unit test suite
This currently includes cli-pretty tests. It could be executed separately to clarify test results in github actions. This commit includes it in the main test execution. The most important thing is that it's executed. Signed-off-by: Richard Alpe <richard@bit42.se>
This commit is contained in:
committed by
Joachim Wiberg
parent
ebdbc1e7ad
commit
f69b08ea59
@@ -1,5 +1,5 @@
|
||||
test-dir := $(BR2_EXTERNAL_INFIX_PATH)/test
|
||||
INFIX_TESTS ?= $(test-dir)/case/all.yaml
|
||||
INFIX_TESTS ?= $(test-dir)/case/all-unit.yaml $(test-dir)/case/all.yaml
|
||||
|
||||
test-env = $(test-dir)/env \
|
||||
-f $(BINARIES_DIR)/infix-x86_64.img \
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
# Tests in this suite can be run on localhost without a target environment
|
||||
|
||||
- name: cli-pretty
|
||||
suite: cli_pretty/all.yaml
|
||||
Reference in New Issue
Block a user