UseLATEX/tests
Kenneth Moreland 7e1e03b4c0 Fix issue with detecting long undefined reference warnings
LaTeX "helpfully" split across lines (and which fowled up our regex).
Get around the problem by instead searching for "LaTeX Warning:" at
the beginning of the line. Hopefully (1) all versions of LaTeX
actually write this out and (2) it is not used for trivial
warnings.
2019-09-11 16:24:56 -07:00
..
Bibliography Add test for bibliographies. 2016-02-15 23:22:28 -07:00
DefaultTargets Add tests for image handling with FORCE_* options 2019-09-04 13:13:51 -06:00
File Name Spaces Fix issues with paths that contain spaces 2017-08-21 15:12:38 -06:00
FindWarnings Fix issue with detecting long undefined reference warnings 2019-09-11 16:24:56 -07:00
ImageTypes Add more image file types to image types test 2016-11-21 13:51:43 -07:00
MultiDocuments Output full log file on LaTeX error 2016-12-14 21:43:39 -07:00
MultiDotFilename Require CMake version >= 2.8.4 2015-07-23 22:40:31 +02:00
MultiIndex Correct README for MultiIndex test. 2015-10-19 14:21:26 -06:00
Subdirectory Require CMake version >= 2.8.4 2015-07-23 22:40:31 +02:00
README Add test for filenames with multiple periods in them. 2012-06-26 10:32:15 -06:00

This directory contains simple documents that test features and fixes of
UseLATEX.cmake.  You will find many features missing as I was very late in
starting this practice and have not gone back to retest earlier features.