aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/testing/selftests/sparc64
diff options
context:
space:
mode:
authorShuah Khan (Samsung OSG) <shuah@kernel.org>2018-06-12 17:12:24 -0600
committerShuah Khan (Samsung OSG) <shuah@kernel.org>2018-06-18 09:29:14 -0600
commit953c9d28d2c9bca15a17b11a022fbc657cc5631a (patch)
tree5f368db05bae23eeea857fd2f4cc669b7506865b /tools/testing/selftests/sparc64
parentselftests: sparc64: Fix to do nothing on non-sparc64 (diff)
downloadwireguard-linux-953c9d28d2c9bca15a17b11a022fbc657cc5631a.tar.xz
wireguard-linux-953c9d28d2c9bca15a17b11a022fbc657cc5631a.zip
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/Makefile8
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; \