source: mainline/uspace/lib/pcut/NOTE@ bf22cb78

lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Last change on this file since bf22cb78 was 3da0ee4, checked in by Vojtech Horky <vojtech.horky@…>, 7 years ago

Add maintenance notes to PCUT directory

  • Property mode set to 100644
File size: 759 bytes
Line 
1Important notes for maintenance of this library
2-----------------------------------------------
3
4This directory contains PCUT [1], a library for simple unit testing of C
5code.
6
7If you want to update PCUT to the latest revision, run
8
9./update-from-master.sh really-overwrite
10
11and commit the changes.
12
13Please, never update sources here without updating them in upstream too.
14Especially, do not try to fix PCUT formatting and special pragmas to fit
15with the rest of HelenOS. They are there for a reason ;-). And it makes
16reviewing the changes after updates really painful.
17
18If you do not have write access to upstream, please, open a pull-request
19or an issue on GitHub [2].
20
21[1] https://github.com/vhotspur/pcut/wiki
22[2] https://github.com/vhotspur/pcut/issues
Note: See TracBrowser for help on using the repository browser.