lkml.org 
[lkml]   [2018]   [May]   [2]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH] selftests: android: delete RUN_TESTS and EMIT_TESTS overrides
    Date
    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>
    ---
    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
    \
     
     \ /
      Last update: 2018-05-03 09:44    [W:7.628 / U:0.040 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site