|
|
Line 291: |
Line 291: |
| ===Thunderbird=== | | ===Thunderbird=== |
| | | |
| + | ==Mercurial== |
| ==Open Office== | | ==Open Office== |
| ==Eclipse== | | ==Eclipse== |
Revision as of 22:56, 3 December 2008
Welcome
Welcome to the Seneca How-To page. You'll find How-To's for all things Open Source related.
Wiki
Mozilla
Firefox
|
|
|
Automated Tests
A requirement for all test is to make sure that Firefox is compiled with tests enabled.
Modify the .mozconfig file to include ac_add_options --enable-tests
Build Firefox from source.
|
Mochitests
Run all Mochitests
A)
Step 1
cd $(OBJDIR)/_tests/testing/mochitest
Step 2
python runtests.py
B)
Step 1
cd $(OBJDIR)
Step 2
make -C $(OBJDIR) mochitest
Specific Mochitests can be run by the following:
Step 1
cd $(OBJDIR)/_tests/testing/mochitest
Step 2
python runtests.py --test-path=content/base/test/test_CrossSiteXHR.html
There are more options that are available for running Mochitests.
|
|
XPCShell
Step 1
cd path/to/source/
make check
How to make xpcshell tests.
|
|
Reftests
Step 1
cd path/to/source/
path/to/dist/bin/firefox -no-remote -reftest layout/reftests/reftest.list
Here is a readme on reftests.
|
|
|
|
Thunderbird
Mercurial
Open Office
Eclipse
Linux
Fedora
Ubuntu