summaryrefslogtreecommitdiffstats
path: root/testing/README.txt
diff options
context:
space:
mode:
authorArmin Müller <27155134+arm-in@users.noreply.github.com>2018-08-30 17:06:41 (GMT)
committerGitHub <noreply@github.com>2018-08-30 17:06:41 (GMT)
commitfc40fd92baf913aa1a2f2ce6e15244fb1ff15a0c (patch)
tree436d3fe3963af8490b11a818d938bd98485d2c5b /testing/README.txt
parent98c9153820df44f1cf3c1990debd5fe99fb7c893 (diff)
downloadDoxygen-fc40fd92baf913aa1a2f2ce6e15244fb1ff15a0c.zip
Doxygen-fc40fd92baf913aa1a2f2ce6e15244fb1ff15a0c.tar.gz
Doxygen-fc40fd92baf913aa1a2f2ce6e15244fb1ff15a0c.tar.bz2
Update README.txt
Diffstat (limited to 'testing/README.txt')
-rw-r--r--testing/README.txt5
1 files changed, 2 insertions, 3 deletions
diff --git a/testing/README.txt b/testing/README.txt
index a5a0ad9..fd7536d 100644
--- a/testing/README.txt
+++ b/testing/README.txt
@@ -1,4 +1,4 @@
-Doxygen regession test suite
+Doxygen regression test suite
============================
This directory contains a set of regression tests. Each test consists of a
@@ -7,7 +7,7 @@ has the same 3 digit number. The directory contains one or more reference
files that are compared against the XML output produced by doxygen. If the
result is the same, there is no regression and the test passes. If there is a
difference the test fails and the difference (in diff -u format) will be shown.
-It is also possible to see whether or not the test can be build to a xhtml set
+It is also possible to see whether or not the test can be built to an xhtml set
of files (and tested against a DTD), it is also possible to create a pdf file
for each test to see if the LaTeX / pdf generation is possible.
@@ -57,4 +57,3 @@ There is also a CMakeLists.txt, which can be used from the build directory
to run all tests by simply invoking 'make tests', to use the specific options use
the flag TEST_FLAGS with make
e.g. make tests TEST_FLAGS="--id=5 --id=10 --pdf --xhtml"
-