Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bf1fc76b authored by Shuah Khan (Samsung OSG)'s avatar Shuah Khan (Samsung OSG)
Browse files

selftests: android: 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: default avatarShuah Khan (Samsung OSG) <shuah@kernel.org>
parent 3c07aaef
Loading
Loading
Loading
Loading
+0 −8
Original line number Original line Diff line number Diff line
@@ -18,10 +18,6 @@ all:
		fi \
		fi \
	done
	done


override define RUN_TESTS
	@cd $(OUTPUT); ./run.sh
endef

override define INSTALL_RULE
override define INSTALL_RULE
	mkdir -p $(INSTALL_PATH)
	mkdir -p $(INSTALL_PATH)
	install -t $(INSTALL_PATH) $(TEST_PROGS) $(TEST_PROGS_EXTENDED) $(TEST_FILES)
	install -t $(INSTALL_PATH) $(TEST_PROGS) $(TEST_PROGS_EXTENDED) $(TEST_FILES)
@@ -33,10 +29,6 @@ override define INSTALL_RULE
	done;
	done;
endef
endef


override define EMIT_TESTS
	echo "./run.sh"
endef

override define CLEAN
override define CLEAN
	@for DIR in $(SUBDIRS); do		\
	@for DIR in $(SUBDIRS); do		\
		BUILD_TARGET=$(OUTPUT)/$$DIR;	\
		BUILD_TARGET=$(OUTPUT)/$$DIR;	\