Skip to content

Commit

Permalink
Mention check and update targets in testing manual
Browse files Browse the repository at this point in the history
  • Loading branch information
yegord committed Oct 6, 2015
1 parent 3cd4e42 commit f73df00
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions doc/tests.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,9 @@ ninja -C build/tests -k 100
---------------------------
+
Here, `-k 100` specifies that Ninja should stop only after 100 tests
fail.
fail. To run the decompiler only on the tests for which output checks
are provided, add `check` target name to the above command line. To
update correct outputs for all the tests, use `update` target.
Adding Tests
------------
Expand Down Expand Up @@ -76,11 +78,6 @@ FAQ
* *A:* It is really painful to write automatic generation of test
cases in CMake language.

* *Q:* Some tests fail.

* *A:* I know, please fix the decompiler and
link:https://github.com/yegord/snowman/pulls[submit a patch].

//////////////////////////////
# vim:set et sts=4 sw=4 tw=72:
//////////////////////////////

0 comments on commit f73df00

Please sign in to comment.