summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorJason Lowe-Power <jason@lowepower.com>2017-09-21 14:29:43 -0700
committerJason Lowe-Power <jason@lowepower.com>2018-08-17 16:37:42 +0000
commitbbb5302f342a5c0759bb99e04a31d85dd1846a3e (patch)
treed2f6a7a017ba47d5511cc0c488fac66a317fbb18 /CONTRIBUTING.md
parent07ce662bd212246e20d85de1e4f3d537565449d1 (diff)
downloadgem5-bbb5302f342a5c0759bb99e04a31d85dd1846a3e.tar.xz
tests: Add documentation for new testing code
Change-Id: Id62ad8e452e640073079e76c9ce5898c8888edee Signed-off-by: Jason Lowe-Power <jason@lowepower.com> Signed-off-by: Sean Wilson <spwilson2@wisc.edu> Reviewed-on: https://gem5-review.googlesource.com/4882
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md27
1 files changed, 20 insertions, 7 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 92d8ea8c4..2ceded164 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -36,13 +36,19 @@ High-level flow for submitting changes
|
|
v
- +------+------+
- | Post review |
- +------+------+
- |
- v
- +--------+---------+
- | Wait for reviews | <--------+
+ +-------------+
+ | Run tests |<--------------+
+ +------+------+ |
+ | |
+ | |
+ v |
+ +------+------+ |
+ | Post review | |
+ +------+------+ |
+ | |
+ v |
+ +--------+---------+ |
+ | Wait for reviews | |
+--------+---------+ |
| |
| |
@@ -178,6 +184,13 @@ commit (HEAD).
git commit --amend
```
+Running tests
+=============
+
+Before posting a change to the code review site, you should always run the
+quick tests!
+See TESTING.md for more information.
+
Posting a review
================