From: Naresh Kamboju <[email protected]> Do not override run_tests, The default rule will just run TEST_PROGS
Signed-off-by: Naresh Kamboju <[email protected]> --- tools/testing/selftests/zram/Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/tools/testing/selftests/zram/Makefile b/tools/testing/selftests/zram/Makefile index ec45513..29d8034 100644 --- a/tools/testing/selftests/zram/Makefile +++ b/tools/testing/selftests/zram/Makefile @@ -5,8 +5,5 @@ TEST_FILES := zram01.sh zram02.sh zram_lib.sh include ../lib.mk -run_tests: - @/bin/bash ./zram.sh - clean: $(RM) err.log -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

