All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] selftests: android: delete RUN_TESTS and EMIT_TESTS overrides
@ 2018-05-02 21:18 ` Shuah Khan (Samsung OSG)
  0 siblings, 0 replies; 39+ messages in thread
From: shuah @ 2018-05-02 21:18 UTC (permalink / raw)


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 at kernel.org>
---
 tools/testing/selftests/android/Makefile | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/tools/testing/selftests/android/Makefile b/tools/testing/selftests/android/Makefile
index f6304d2be90c..72c25a3cb658 100644
--- a/tools/testing/selftests/android/Makefile
+++ b/tools/testing/selftests/android/Makefile
@@ -18,10 +18,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)
@@ -33,10 +29,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;	\
-- 
2.14.1

--
To unsubscribe from this list: send the line "unsubscribe linux-kselftest" in
the body of a message to majordomo at vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply related	[flat|nested] 39+ messages in thread

end of thread, other threads:[~2018-05-12 16:12 UTC | newest]

Thread overview: 39+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-05-02 21:18 [PATCH] selftests: android: delete RUN_TESTS and EMIT_TESTS overrides shuah
2018-05-02 21:18 ` Shuah Khan (Samsung OSG)
2018-05-02 21:18 ` Shuah Khan (Samsung OSG)
2018-05-02 21:18 ` [PATCH] selftests: futex: " shuah
2018-05-02 21:18   ` Shuah Khan (Samsung OSG)
2018-05-02 21:18   ` Shuah Khan (Samsung OSG)
2018-05-09  9:46   ` anders.roxell
2018-05-09  9:46     ` Anders Roxell
2018-05-09  9:46     ` Anders Roxell
2018-05-11 15:13   ` dvhart
2018-05-11 15:13     ` Darren Hart
2018-05-11 15:13     ` Darren Hart
2018-05-11 15:25     ` shuah
2018-05-11 15:25       ` Shuah Khan
2018-05-11 15:25       ` Shuah Khan
2018-05-02 21:18 ` [PATCH] selftests: memory-hotplug: " shuah
2018-05-02 21:18   ` Shuah Khan (Samsung OSG)
2018-05-02 21:18   ` Shuah Khan (Samsung OSG)
2018-05-09  9:46   ` anders.roxell
2018-05-09  9:46     ` Anders Roxell
2018-05-09  9:46     ` Anders Roxell
2018-05-09 11:39   ` lei.yang
2018-05-09 11:39     ` lei yang
2018-05-09 11:39     ` lei yang
2018-05-02 21:18 ` [PATCH] selftests: mount: " shuah
2018-05-02 21:18   ` Shuah Khan (Samsung OSG)
2018-05-02 21:18   ` Shuah Khan (Samsung OSG)
2018-05-09  9:49   ` anders.roxell
2018-05-09  9:49     ` Anders Roxell
2018-05-09  9:49     ` Anders Roxell
2018-05-02 21:18 ` [PATCH] selftests: mqueue: " shuah
2018-05-02 21:18   ` Shuah Khan (Samsung OSG)
2018-05-02 21:18   ` Shuah Khan (Samsung OSG)
2018-05-09  9:49   ` anders.roxell
2018-05-09  9:49     ` Anders Roxell
2018-05-09  9:49     ` Anders Roxell
2018-05-12 16:12 ` [PATCH] selftests: android: " pintu.ping
2018-05-12 16:12   ` Pintu Kumar
2018-05-12 16:12   ` Pintu Kumar

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.