Confirmed users
656
edits
(Add missing double quote to initial setup command) |
|||
Line 87: | Line 87: | ||
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]. | ||
Then, from the root of mozilla-central, run: | |||
$ ./mach python-test testing/mozbase | |||
This will run all tests from every mozbase module. You can run individual tests by passing in that directory specifically, e.g: | |||
$ ./mach python-test testing/mozbase/mozprocess | |||
==== Mozbase Testing Framework ==== | ==== Mozbase Testing Framework ==== |