Creating StandAlone Executable Tests

From MozillaWiki
Revision as of 21:42, 22 February 2007 by Kiddyr (talk | contribs) (adding)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

There are many tests in the source that are written in C or in C++. Some of these are fairly recent and some are very old. Picking a random test and modifying it will probably not help create a test that will integrate well into the testing architecture that Mozilla is trying to create.

Please consider following some guidelines for your test so that it can be run in an automated manner and so that it will not be a source of concern or worry to others in the community.