Difference between revisions of "Git Commit Tester"

From D Wiki
Jump to: navigation, search
(stub)
(No difference)

Revision as of 21:07, 10 December 2012

The git commit tester is an autotester that automatically compiles and runs the dmd, druntime, and phobos unittests on all officially-supported platforms. The autotester automatically runs when a pull request is submitted on GitHub. The test results are incrementally posted to the pull request page on GitHub.

Generally, pull requests will not be accepted if they fail one or more autotests.