aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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