Merge pull request #2274 from esdrubal/udpclientreceive
[mono.git] / acceptance-tests / README.md
1 This directory contains acceptance tests, handled by optional non git submodule based submodules. Run the tests via "make check-full" (there are also targets for individual test suites).
2
3 The SUBMODULES.json file stores information about the submodules, and make targets are used to check out submodules, check their versions, and update the submodule information.
4
5 By convention, submodules repositories are at the same level as the mono repository.
6
7 Make targets available:
8
9 make check-<module> - Checks whenever <module> is checked out and matches the version in the info file.
10 make reset-<module> - Clones <module>if neccesary and checks out the revision specified in the info file.
11 make bump-<module> - Updates the revision stored in the info file for <module>.
12 make bump-current-<module> - Updates the revision stored in the info file for <module> to the current revision.
13 make commit-bump-<module> - Same as make bump-<module>, but commits the change.
14 make commit-bump-current-<module> - Same as make bump-current-<module>, but commits the change.