diff options
author | Shuah Khan (Samsung OSG) <shuah@kernel.org> | 2018-06-13 02:12:24 +0300 |
---|---|---|
committer | Shuah Khan (Samsung OSG) <shuah@kernel.org> | 2018-06-18 18:29:14 +0300 |
commit | 953c9d28d2c9bca15a17b11a022fbc657cc5631a (patch) | |
tree | 5f368db05bae23eeea857fd2f4cc669b7506865b /tools/testing/selftests/sparc64 | |
parent | 3c62c91a3635d6c4ef23e00b4fc84fa77bbf99cc (diff) | |
download | linux-953c9d28d2c9bca15a17b11a022fbc657cc5631a.tar.xz |
selftests: sparc64: delete RUN_TESTS and EMIT_TESTS overrides
Delete RUN_TESTS and EMIT_TESTS overrides and use common defines in
lib.mk. Common defines work just fine and there is no need to define
custom overrides.
Signed-off-by: Shuah Khan (Samsung OSG) <shuah@kernel.org>
Reviewed-by: Tom Hromatka <tom.hromatka@oracle.com>
Signed-off-by: Shuah Khan (Samsung OSG) <shuah@kernel.org>
Diffstat (limited to 'tools/testing/selftests/sparc64')
-rw-r--r-- | tools/testing/selftests/sparc64/Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/tools/testing/selftests/sparc64/Makefile b/tools/testing/selftests/sparc64/Makefile index 442f0ca45441..76b2206932c3 100644 --- a/tools/testing/selftests/sparc64/Makefile +++ b/tools/testing/selftests/sparc64/Makefile @@ -28,10 +28,6 @@ all: fi \ done -override define RUN_TESTS - @cd $(OUTPUT); ./run.sh -endef - override define INSTALL_RULE mkdir -p $(INSTALL_PATH) install -t $(INSTALL_PATH) $(TEST_PROGS) $(TEST_PROGS_EXTENDED) $(TEST_FILES) @@ -43,10 +39,6 @@ override define INSTALL_RULE done; endef -override define EMIT_TESTS - echo "./run.sh" -endef - override define CLEAN @for DIR in $(SUBDIRS); do \ BUILD_TARGET=$(OUTPUT)/$$DIR; \ |