aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorGuilherme Salgado <salgado@canonical.com>2010-11-22 11:17:27 -0200
committerGuilherme Salgado <salgado@canonical.com>2010-11-22 11:17:27 -0200
commit18365f836dafba1b0666d437b041ee58f53079cd (patch)
tree7d1c11d0c4b667bf61b762426370302e4d11f8c4 /README
parentd3c659f3d8f01da2effa220da74834503d541f5e (diff)
Add instructions for running the tests and create a new top-level test_suite, used to run the whole test suite with subunit
Diffstat (limited to 'README')
-rw-r--r--README21
1 files changed, 21 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..5a1a5b9
--- /dev/null
+++ b/README
@@ -0,0 +1,21 @@
+This project contains a collection of tools to help creating Linaro bootable
+images to be used in development boards.
+
+= Running tests =
+
+Before running any tests you need to install the following packages:
+
+ - python-testrepository
+ - python-subunit
+
+And run the following command:
+
+ $ testr init
+
+After that you can run the whole test suite with:
+
+ $ testr run
+
+If you want to learn more about testrepository:
+
+ $ testr quickstart