Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2013-01-23 21:38:57 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2013-01-23 21:38:57 (GMT)
commita38846ddc79a71689a628f8e47d8e8a47553f7f5 (patch)
tree3d103db587bcd05cf72900483f7fe57b330f405f
parentbd0acd23298d8530116cb23243d969a709d38f15 (diff)
Update tests target name and improve
-rw-r--r--build.rst11
1 files changed, 6 insertions, 5 deletions
diff --git a/build.rst b/build.rst
index 7a96a8c..e06f898 100644
--- a/build.rst
+++ b/build.rst
@@ -104,15 +104,16 @@ build
run
Run sugar.
-run-tests
- Run the tests. All the modules are tested unless one is specified. For
- example with make::
+check
+ Run tests for sugar-build and all the modules that provides them. It
+ should usually be run before submitting patches or pushing changes. It's
+ possible to specify a single module using make::
- make run-tests-sugar
+ make check-sugar
And inside the shell::
- run-tests sugar
+ check sugar
bug-report
Generate a bug report.