1
0
mirror of https://github.com/systemd/systemd synced 2024-07-03 08:29:25 +00:00

test: replace Makefile for several tests with symlink to the one for TEST-01-BASIC

This commit is contained in:
Yu Watanabe 2023-05-20 04:19:19 +09:00
parent 396f6900ae
commit 294c20198b
3 changed files with 3 additions and 18 deletions

View File

@ -1,6 +0,0 @@
# SPDX-License-Identifier: LGPL-2.1-or-later
all setup run clean clean-again:
@TEST_BASE_DIR=../ ./test.sh --$@
.PHONY: all setup run clean clean-again

1
test/TEST-70-TPM2/Makefile Symbolic link
View File

@ -0,0 +1 @@
../TEST-01-BASIC/Makefile

View File

@ -1,6 +0,0 @@
# SPDX-License-Identifier: LGPL-2.1-or-later
all setup run clean clean-again:
@TEST_BASE_DIR=../ ./test.sh --$@
.PHONY: all setup run clean clean-again

View File

@ -0,0 +1 @@
../TEST-01-BASIC/Makefile

View File

@ -1,6 +0,0 @@
# SPDX-License-Identifier: LGPL-2.1-or-later
all setup run clean clean-again:
@TEST_BASE_DIR=../ ./test.sh --$@
.PHONY: all setup run clean clean-again

View File

@ -0,0 +1 @@
../TEST-01-BASIC/Makefile