mirror of
https://github.com/systemd/systemd.git
synced 2024-12-23 21:35:11 +03:00
aa09f3078f
This adds a testsuite unit to run systemd-networkd-tests.py. This is mkosi only for now as python is not available in the images set up by the bash framework. We give the test a lower priority as it takes a while to run so we want to start it as soon as possible.
7 lines
126 B
Makefile
7 lines
126 B
Makefile
# SPDX-License-Identifier: LGPL-2.1-or-later
|
|
|
|
all setup run clean clean-again:
|
|
true
|
|
|
|
.PHONY: all setup run clean clean-again
|