Skip to content

Commit

Permalink
selftests: sparc64: delete RUN_TESTS and EMIT_TESTS overrides
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Shuah Khan (Samsung OSG) committed Jun 18, 2018
1 parent 3c62c91 commit 953c9d2
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions tools/testing/selftests/sparc64/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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; \
Expand Down

0 comments on commit 953c9d2

Please sign in to comment.