[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1441021316-20794-2-git-send-email-naresh.kamboju@linaro.org>
Date: Mon, 31 Aug 2015 17:11:56 +0530
From: naresh.kamboju@...aro.org
To: naresh.kamboju@...aro.org, linux-kernel@...r.kernel.org
Cc: tyler.baker@...aro.org, milosz.wasilewski@...aro.org,
shuahkh@....samsung.com, alexey.kodanev@...cle.com
Subject: [PATCH 2/2] selftests/zram: Makefile fix
From: Naresh Kamboju <naresh.kamboju@...aro.org>
Do not override run_tests, The default rule will just run TEST_PROGS
Signed-off-by: Naresh Kamboju <naresh.kamboju@...aro.org>
---
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 majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists