From 294c20198b4b3c7f6681adfd4ff4248adbd0150e Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Sat, 20 May 2023 04:19:19 +0900 Subject: [PATCH] test: replace Makefile for several tests with symlink to the one for TEST-01-BASIC --- test/TEST-70-TPM2/Makefile | 7 +------ test/TEST-75-RESOLVED/Makefile | 7 +------ test/TEST-76-SYSCTL/Makefile | 7 +------ 3 files changed, 3 insertions(+), 18 deletions(-) mode change 100644 => 120000 test/TEST-70-TPM2/Makefile mode change 100644 => 120000 test/TEST-75-RESOLVED/Makefile mode change 100644 => 120000 test/TEST-76-SYSCTL/Makefile diff --git a/test/TEST-70-TPM2/Makefile b/test/TEST-70-TPM2/Makefile deleted file mode 100644 index 9f65d4ca4f..0000000000 --- a/test/TEST-70-TPM2/Makefile +++ /dev/null @@ -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 diff --git a/test/TEST-70-TPM2/Makefile b/test/TEST-70-TPM2/Makefile new file mode 120000 index 0000000000..e9f93b1104 --- /dev/null +++ b/test/TEST-70-TPM2/Makefile @@ -0,0 +1 @@ +../TEST-01-BASIC/Makefile \ No newline at end of file diff --git a/test/TEST-75-RESOLVED/Makefile b/test/TEST-75-RESOLVED/Makefile deleted file mode 100644 index 9f65d4ca4f..0000000000 --- a/test/TEST-75-RESOLVED/Makefile +++ /dev/null @@ -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 diff --git a/test/TEST-75-RESOLVED/Makefile b/test/TEST-75-RESOLVED/Makefile new file mode 120000 index 0000000000..e9f93b1104 --- /dev/null +++ b/test/TEST-75-RESOLVED/Makefile @@ -0,0 +1 @@ +../TEST-01-BASIC/Makefile \ No newline at end of file diff --git a/test/TEST-76-SYSCTL/Makefile b/test/TEST-76-SYSCTL/Makefile deleted file mode 100644 index 9f65d4ca4f..0000000000 --- a/test/TEST-76-SYSCTL/Makefile +++ /dev/null @@ -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 diff --git a/test/TEST-76-SYSCTL/Makefile b/test/TEST-76-SYSCTL/Makefile new file mode 120000 index 0000000000..e9f93b1104 --- /dev/null +++ b/test/TEST-76-SYSCTL/Makefile @@ -0,0 +1 @@ +../TEST-01-BASIC/Makefile \ No newline at end of file -- 2.25.1