Last change
on this file 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 | |
---|
1 | Important notes for maintenance of this library
|
---|
2 | -----------------------------------------------
|
---|
3 |
|
---|
4 | This directory contains PCUT [1], a library for simple unit testing of C
|
---|
5 | code.
|
---|
6 |
|
---|
7 | If you want to update PCUT to the latest revision, run
|
---|
8 |
|
---|
9 | ./update-from-master.sh really-overwrite
|
---|
10 |
|
---|
11 | and commit the changes.
|
---|
12 |
|
---|
13 | Please, never update sources here without updating them in upstream too.
|
---|
14 | Especially, do not try to fix PCUT formatting and special pragmas to fit
|
---|
15 | with the rest of HelenOS. They are there for a reason ;-). And it makes
|
---|
16 | reviewing the changes after updates really painful.
|
---|
17 |
|
---|
18 | If you do not have write access to upstream, please, open a pull-request
|
---|
19 | or 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.