From de8f396429bd830cef8b6d6d6b8a13437f780e79 Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Wed, 14 Feb 2018 06:31:22 +0000 Subject: [PATCH] Improve contributing testing procedure --- CONTRIBUTING.adoc | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/CONTRIBUTING.adoc b/CONTRIBUTING.adoc index 236f8ba..d89ecba 100644 --- a/CONTRIBUTING.adoc +++ b/CONTRIBUTING.adoc @@ -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`