aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStevan Radakovic <stevan.radakovic@linaro.org>2012-05-11 14:20:01 +0200
committerStevan Radakovic <stevan.radakovic@linaro.org>2012-05-11 14:20:01 +0200
commitdb2a7dee7a40e844dbb3ec47f3867a0f1b77c278 (patch)
treec6486b3eb470050d5435afc06e5a6cf4e35437c0
parent77c14230b6835ff48e02cfb574bb84ab83ed5b43 (diff)
Add Dependencies section to README file
-rw-r--r--README7
-rw-r--r--testing/__init__.py1
2 files changed, 8 insertions, 0 deletions
diff --git a/README b/README
index 136217e..c46af4a 100644
--- a/README
+++ b/README
@@ -15,6 +15,13 @@ This tree is the base for snapshots.linaro.org and releases.linaro.org www roots
Currently, all directories/files containing either 'origen' or 'snowball' in the URL path are protected with appropriate license (Samsung or ST-E) click-through.
+Dependencies
+............
+
+libapache2-mod-php5
+
+Testing: phpunit, testrepository, python-html2text
+
Technical details
-----------------
diff --git a/testing/__init__.py b/testing/__init__.py
index 3b0984e..a02f6d3 100644
--- a/testing/__init__.py
+++ b/testing/__init__.py
@@ -8,6 +8,7 @@ def test_suite():
module_names = [
'testing.test_click_through_license.TestLicense',
'testing.test_publish_to_snapshots.TestSnapshotsPublisher',
+ 'testing.test_php_unit.PhpUnitTest',
]
loader = unittest.TestLoader()
suite = loader.loadTestsFromNames(module_names)