aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorViresh Kumar <viresh.kumar@linaro.org>2015-01-12 10:27:11 +0530
committerViresh Kumar <viresh.kumar@linaro.org>2015-01-12 10:27:11 +0530
commit19776b5266b649dfaf07d3c3ac10f5292a46f22f (patch)
tree4b675ef60ffc7d8fb23a690ae37e92b23c87ae7b
parent1d53a541950a2a5952f35c98562fd2539f3a3af7 (diff)
add test numbers
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
-rwxr-xr-xspecial-tests.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/special-tests.sh b/special-tests.sh
index 69165cd..6cd5537 100755
--- a/special-tests.sh
+++ b/special-tests.sh
@@ -15,6 +15,7 @@ source cpu.sh
source cpufreq.sh
source governor.sh
+# Test 1
quick_shuffle()
{
# this is called concurrently from governor_race
@@ -37,6 +38,7 @@ governor_race()
done
}
+# Test 2
# $1: cpu
__simple_lockdep()
{
@@ -64,6 +66,7 @@ simple_lockdep()
for_each_cpu __simple_lockdep
}
+# Test 3
# $1: cpu
hotplug_with_updates_cpu()
{