aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Lezcano <daniel.lezcano@linaro.org>2011-08-17 17:50:01 +0200
committerDaniel Lezcano <daniel.lezcano@linaro.org>2011-08-17 17:50:01 +0200
commitf115d0ee77fb160c69cd84483e932dda828d5de4 (patch)
treefd166d1d276ae199e3610c12383aa5f9c4141d9b
parentff4aa113a69c0c4a22f838e8171f0c8260cbe9fd (diff)
add a version file and a readmepm-qa-0.1.0
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
-rw-r--r--README12
-rw-r--r--VERSION1
2 files changed, 13 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..a22a3c8
--- /dev/null
+++ b/README
@@ -0,0 +1,12 @@
+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:
+
+ make -k check
+
+If you want to run a subset of the tests, do:
+
+ make -C sched_mc check
+ make -C cpufreq check
diff --git a/VERSION b/VERSION
new file mode 100644
index 0000000..6e8bf73
--- /dev/null
+++ b/VERSION
@@ -0,0 +1 @@
+0.1.0