Ahmed Karic and Mattias Walström
8227f1bcde
test: enable running infix tests from external projects
...
Minor adjustments have been made to enable calling infix tests from an
external project (i.e. 'make test' target).
This essentially allows running any external test (or a group of tests)
using the infix-9pm tool.
2024-08-30 12:26:39 +02:00
Joachim Wiberg
588d8189bf
test: run all CI tests with a random container name
...
Fixes #568
Signed-off-by: Joachim Wiberg <troglobit@gmail.com >
2024-08-22 21:52:36 +02:00
Tobias Waldekranz
03d48e9aab
test: Unify the different test modes to a smaller number of targets
...
Now that tests in the host's network namespce can be run inside the
container, simplify test.mk for increased reusability.
2024-05-20 16:21:06 +02:00
Tobias Waldekranz
2c72aaf6e1
test: Move all test related targets from board/x86_64 to test/
...
The list of binaries needed inside the test environment is the only
architecture specific bit, so refactor that out to a separate
variable.
2024-05-20 16:21:06 +02:00
Joachim Wiberg
efc4ea20d6
test: update .PHONY rule after test-unit relocation
...
Signed-off-by: Joachim Wiberg <troglobit@gmail.com >
2024-04-03 16:08:37 +02:00
Tobias Waldekranz
2e3d8881cc
test: Allow unit tests to be run from non-x86 builds
...
Since there is no dependency on anything being built, move the
test-unit target to an architecture-neutral location.
2024-03-13 11:01:15 +01:00