diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2018-04-22 09:56:05 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-22 09:56:05 (GMT) |
commit | bdd3b3ddcdd85bb41c4cf0bf7830bcd5c2c9db42 (patch) | |
tree | 9263d4081f1bff89243bc17ffa58fd3784313c33 /doc | |
parent | 5ffe7e4cb6384a17ec2d7e07e6e2171e512d7c41 (diff) | |
parent | a34987da94ea06a53bf4841e09436db1748bf306 (diff) | |
download | Doxygen-bdd3b3ddcdd85bb41c4cf0bf7830bcd5c2c9db42.zip Doxygen-bdd3b3ddcdd85bb41c4cf0bf7830bcd5c2c9db42.tar.gz Doxygen-bdd3b3ddcdd85bb41c4cf0bf7830bcd5c2c9db42.tar.bz2 |
Merge pull request #685 from albert-github/feature/bug_single_tests
Enable possibility to run single tests
Diffstat (limited to 'doc')
-rw-r--r-- | doc/arch.doc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/arch.doc b/doc/arch.doc index 13d2cd1..ed9d579 100644 --- a/doc/arch.doc +++ b/doc/arch.doc @@ -245,6 +245,11 @@ from the \c flex code is setting \c LEX_FLAGS with \c make (`make LEX_FLAGS=-d`) Note that by running doxygen with `-d lex` you get information about which `flex codefile` is used. +<h3>Testing</h3> + +Doxygen has a small set of tests available to test, some, code integrity. +The tests can be run by means of the command `make tests`. When only one or a few tests are required one can set the variable \c TEST_FLAGS when running the test e.g. `make TEST_FLAGS="--id 5" tests` or for multiple tests `make TEST_FLAGS="--id 5 --id 7" tests`. + \htmlonly Return to the <a href="index.html">index</a>. \endhtmlonly |