diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2023-05-19 21:19:19 +0200 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2023-05-19 22:42:24 +0200 |
commit | 294c20198b4b3c7f6681adfd4ff4248adbd0150e (patch) | |
tree | 00891b538e4a296c547e9c1c9cd4aa38f351ef48 /test/TEST-70-TPM2 | |
parent | Merge pull request #27676 from ldv-alt/udevadm-verify (diff) | |
download | systemd-294c20198b4b3c7f6681adfd4ff4248adbd0150e.tar.xz systemd-294c20198b4b3c7f6681adfd4ff4248adbd0150e.zip |
test: replace Makefile for several tests with symlink to the one for TEST-01-BASIC
Diffstat (limited to 'test/TEST-70-TPM2')
l---------[-rw-r--r--] | test/TEST-70-TPM2/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/test/TEST-70-TPM2/Makefile b/test/TEST-70-TPM2/Makefile index 9f65d4ca4f..e9f93b1104 100644..120000 --- a/test/TEST-70-TPM2/Makefile +++ b/test/TEST-70-TPM2/Makefile @@ -1,6 +1 @@ -# 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 +../TEST-01-BASIC/Makefile
\ No newline at end of file |