mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-31 13:03:02 +02:00
x86_64: Make the test environment more customizable
- Collect all test related targets under the test- prefix. - Add target to run test suite against a `make run` instance. The intended use-case is that you are testing out a new build with `make run`, and then realize that you want to run some tests. With this change, it is now possible to run `make infix-run-check` from a separate terminal - which attaches to the running instance and runs the tests. - Provide -sh targets to spawn interactive environments, which is useful during debugging. - Allow the user to supply a custom suite or list of tests to be run by 9PM.
This commit is contained in:
committed by
Joachim Wiberg
parent
d75ecf3a1e
commit
175f7e1c58
@@ -61,7 +61,7 @@ jobs:
|
||||
- name: Test
|
||||
if: matrix.platform == 'x86_64' && matrix.variant == 'netconf'
|
||||
run: |
|
||||
make infix-check
|
||||
make test-qeneth
|
||||
- name: Prepare Artifact
|
||||
run: |
|
||||
cd output
|
||||
|
||||
@@ -41,4 +41,4 @@ jobs:
|
||||
make
|
||||
- name: Regression Test
|
||||
run: |
|
||||
make infix-check
|
||||
make test-qeneth
|
||||
|
||||
Reference in New Issue
Block a user