summaryrefslogtreecommitdiffstats
path: root/doc/arch.doc
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2018-03-27 11:48:48 (GMT)
committeralbert-github <albert.tests@gmail.com>2018-03-27 11:48:48 (GMT)
commita34987da94ea06a53bf4841e09436db1748bf306 (patch)
tree78cafea69b0814c70529aeb63d7eb8fe879c7b85 /doc/arch.doc
parent7e2fcd305c8c9377aa958a3d812cc31bc81c0e32 (diff)
downloadDoxygen-a34987da94ea06a53bf4841e09436db1748bf306.zip
Doxygen-a34987da94ea06a53bf4841e09436db1748bf306.tar.gz
Doxygen-a34987da94ea06a53bf4841e09436db1748bf306.tar.bz2
Enable possibility to run single tests
Create the possibility to run only one or more tests.
Diffstat (limited to 'doc/arch.doc')
-rw-r--r--doc/arch.doc7
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/arch.doc b/doc/arch.doc
index e5fbbdc..5cb8206 100644
--- a/doc/arch.doc
+++ b/doc/arch.doc
@@ -240,11 +240,16 @@ $now = time;
utime $now, $now, $file;
\endverbatim
Another way to get rules matching / debugging information
-from the \c flex code is setting LEX_FLAGS with \c make (`make LEX_FLAGS=-d`).
+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