summaryrefslogtreecommitdiffstats
path: root/testing/013_class.h
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2021-06-05 16:18:04 (GMT)
committeralbert-github <albert.tests@gmail.com>2021-06-05 16:18:04 (GMT)
commit26edad9186f1044a6d657fbc58cf0370cfcbb407 (patch)
tree381fa22b7f604f3b3da9a56512cad719c05beebf /testing/013_class.h
parentca24685fbbb1b861a1bd7cc6324407ca0424b325 (diff)
downloadDoxygen-26edad9186f1044a6d657fbc58cf0370cfcbb407.zip
Doxygen-26edad9186f1044a6d657fbc58cf0370cfcbb407.tar.gz
Doxygen-26edad9186f1044a6d657fbc58cf0370cfcbb407.tar.bz2
Running tests with subdirs enabled
When running the standard doxygen tests with subdirs enabled (i.e. on windows `nmake tests TESTS_FLAGS==--subdirs`) we get the following type errors: ``` Failed to run xmllint on the doxygen output file ..../testing/test_output_008 ``` this is due to the fact that the file to be checked is in a subdirectory and as directory separator a backslash is used (initially there are 2 backslashes but due to e.g. `check_file = check_file[0]` one backslash disappears. Furthermore everywhere else the backslashes are converted to forward slashes. In the resulting files there are references to the mentioned sub directories path, but the file to compare to is without therse so we have to filter them as well.
Diffstat (limited to 'testing/013_class.h')
0 files changed, 0 insertions, 0 deletions