mirror of
https://github.com/systemd/systemd.git
synced 2024-11-02 02:21:44 +03:00
1e589ed264
This test tests the systemd-sysuser binary via the --root=$TESTDIR option and ensures that for the given inputs the expected passwd and group files will be generated.
5 lines
143 B
Makefile
5 lines
143 B
Makefile
BUILD_DIR=$(shell ../../tools/find-build-dir.sh)
|
|
|
|
all setup clean run:
|
|
@basedir=../.. TEST_BASE_DIR=../ BUILD_DIR=$(BUILD_DIR) ./test.sh --$@
|