aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmit Kucheria <amit.kucheria@linaro.org>2013-09-26 16:11:47 +0530
committerSanjay Singh Rawat <sanjay.rawat@linaro.org>2013-09-26 17:06:05 +0530
commitfbc2762359b863dfbf4fd0bab1e8abd2a6125ed4 (patch)
tree0d21c8ea30bb8b84a7456608b9d65a48c69fd1e0
parentb42c0c761ac23398d53545e02aab82342afe7f05 (diff)
readme: add a link to the test specification wiki
Signed-off-by: Amit Kucheria <amit.kucheria@linaro.org>
-rw-r--r--README12
1 files changed, 8 insertions, 4 deletions
diff --git a/README b/README
index a204fd0..c59d19a 100644
--- a/README
+++ b/README
@@ -1,17 +1,21 @@
-In order to run the tests, invoke as root:
+- In order to run the tests, invoke as root:
make check
-If you want the test suite to continue when one error has been found, do:
+- If you want the test suite to continue when one error has been found, do:
make -k check
-If you want to run a subset of the tests, do:
+- If you want to run a subset of the tests, do:
make -C cpufreq check
-For running cpuidle-stats test, which is 4th subtest in cpuidle; run:
+- For running cpuidle-stats test, which is 4th subtest in cpuidle; run:
make -C cpuidle check TEST=4
Note: Any other value for TEST will not run any other subtest
+
+- The test specifications can be found at
+
+https://wiki.linaro.org/WorkingGroups/PowerManagement/Resources/TestSuite/PmQaSpecification