summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/hacking.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/hacking.md b/doc/hacking.md
index 2a2c6f0959..b5197b9c52 100644
--- a/doc/hacking.md
+++ b/doc/hacking.md
@@ -54,6 +54,14 @@ make run
If you want more of the standard library, you can use `runruby` instead of `run`.
+## Running Tests
+
+You can run the following tests at once:
+
+``` shell
+make check
+```
+
### Run Bootstrap Tests
There are a set of tests in `bootstraptest/` which cover most basic features of the core Ruby language.