947
edits
(→Installing Mozbase: the new lord arises) |
|||
Line 131: | Line 131: | ||
You will need [http://www.gnu.org/software/make/manual/make.html make] and [http://gcc.gnu.org/ gcc] in order to run the tests. If you're running windows, this is available in [https://developer.mozilla.org/en/Windows_Build_Prerequisites#MozillaBuild_.2F_Pymake MozillaBuild]. | You will need [http://www.gnu.org/software/make/manual/make.html make] and [http://gcc.gnu.org/ gcc] in order to run the tests. If you're running windows, this is available in [https://developer.mozilla.org/en/Windows_Build_Prerequisites#MozillaBuild_.2F_Pymake MozillaBuild]. | ||
Ensure that all mozbase packages are installed as the tests require them. | Ensure that all mozbase packages are installed as the tests require them as well as 3rd party packages using 'python setup_development.py --extra'. | ||
Then run the [https://github.com/mozilla/mozbase/blob/master/test.py test.py] test runner from the root of the git repository: | Then run the [https://github.com/mozilla/mozbase/blob/master/test.py test.py] test runner from the root of the git repository: |
edits