Skip to content

Commit 539cd3f

Browse files
marcospsshuahkh
authored andcommitted
selftests: lib.mk: Do not process TEST_GEN_MODS_DIR
The directory itself doesn't need have path handling, since it's only to mean where is the directory that contains modules to be built. Signed-off-by: Marcos Paulo de Souza <mpdesouza@suse.com> Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
1 parent 54ee352 commit 539cd3f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tools/testing/selftests/lib.mk

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,9 @@ endif
5454
# TEST_PROGS are for test shell scripts.
5555
# TEST_CUSTOM_PROGS and TEST_PROGS will be run by common run_tests
5656
# and install targets. Common clean doesn't touch them.
57-
# TEST_GEN_MODS_DIR is used to specify a directory with modules to be built
58-
# before the test executes. These modules are cleaned on the clean target as well.
5957
TEST_GEN_PROGS := $(patsubst %,$(OUTPUT)/%,$(TEST_GEN_PROGS))
6058
TEST_GEN_PROGS_EXTENDED := $(patsubst %,$(OUTPUT)/%,$(TEST_GEN_PROGS_EXTENDED))
6159
TEST_GEN_FILES := $(patsubst %,$(OUTPUT)/%,$(TEST_GEN_FILES))
62-
TEST_GEN_MODS_DIR := $(patsubst %,$(OUTPUT)/%,$(TEST_GEN_MODS_DIR))
6360

6461
all: $(TEST_GEN_PROGS) $(TEST_GEN_PROGS_EXTENDED) $(TEST_GEN_FILES) \
6562
$(if $(TEST_GEN_MODS_DIR),gen_mods_dir)

0 commit comments

Comments
 (0)