Improve contributing testing procedure

This commit is contained in:
Ciro Santilli
2018-02-14 06:31:22 +00:00
parent 5ae702c71c
commit de8f396429

View File

@@ -1,11 +1,8 @@
= CONTRIBUTING
Testing you should do before pushing: new modules:
Testing that should be done for every functional patch:
* `/insrm.sh module 5`. Helps catch simple insert remove problems.
New arch:
* `./build -a ARCH && ./run -a ARCH`
* `wget google.com && cat index.html` for Internet
* `./run -a ARCH -d` and `./rungdb -a ARCH`
* `./build && ./run` boots
* `/insrm.sh hello 5`. If a new module was added, use this for that module. Helps catch simple insert remove problems.
* `wget -O- google.com` for Internet
* `./run -d` and on another shell `./rungdb start_kernel` should break GDB at `start_kernel`