mirror of
https://github.com/systemd/systemd.git
synced 2025-02-08 09:57:41 +03:00
test_ukify: add instructions
Copied directly from a1d6dbb1c94685d7972f63ed2762fe4ba0251287.
This commit is contained in:
parent
87204601df
commit
a669091a43
@ -1,6 +1,15 @@
|
||||
#!/usr/bin/env python3
|
||||
# SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
|
||||
# The tests can be called via pytest:
|
||||
# PATH=build/:$PATH pytest -v src/ukify/test/test_ukify.py
|
||||
# or directly:
|
||||
# PATH=build/:$PATH src/ukify/test/test_ukify.py
|
||||
# or via the meson test machinery output:
|
||||
# meson test -C build test-ukify -v
|
||||
# or without verbose output:
|
||||
# meson test -C build test-ukify
|
||||
|
||||
# pylint: disable=unused-import,import-outside-toplevel,useless-else-on-loop
|
||||
# pylint: disable=consider-using-with,wrong-import-position,unspecified-encoding
|
||||
# pylint: disable=protected-access,redefined-outer-name
|
||||
|
Loading…
x
Reference in New Issue
Block a user