lyx_mirror/development
Kornel Benko 8286411c81 ctests for broken URLs in URL insets of LyX docs
These tests check for broken URLs in the URL insets of
the manuals, examples, and templates.

The tests are disabled by default because the Perl interpreter
is needed.

Later on they can be activated with a flag, as follows:

  cmake ... -DLYX_ENABLE_URLTESTS=ON

but for now the connection from the TOP-CMakeLists.txt is left out.

Missing part:
        1.) Declaring an setting the option
                LYX_OPTION(ENABLE_URLTESTS  "Enable for URL tests" OFF ALL)
        2.) make the connection
                if(LYX_ENABLE_URLTESTS)
                        add_subdirectory(development/checkurls "${TOP_BINARY_DIR}/checkurls")
                endif()
2013-08-28 12:17:40 +02:00
..
attic Get rid of all traces of libintl. 2013-05-30 22:10:01 +02:00
autotests Cmake build tests: Create directory neede for testing 2013-08-26 22:02:20 +02:00
checkurls ctests for broken URLs in URL insets of LyX docs 2013-08-28 12:17:40 +02:00
cmake Cmake build: remove warnings with newer cmake 2013-08-23 00:02:56 +02:00
coding Fix bibliography indentation throughout LyX 2.1 source (part of #7458). 2013-01-12 08:41:59 +01:00
cygwin Setup .gitignore for generated files 2012-03-22 02:16:12 +01:00
HTML Update HTML notes again. 2011-04-03 13:38:05 +00:00
keystest
lyxserver Remove obsolete source file. 2010-02-18 09:58:20 +00:00
MacOSX On Mac, moving down a paragraph should place the cursor at the end of the current paragraph 2013-05-25 18:02:21 +02:00
mathmacros
tools * header_check.sh: filter headers; we should suspect only .h files. 2013-05-15 03:46:04 -07:00
Win32 installer: configure fix for LyX 2.1 2013-06-04 00:55:55 +02:00
.gitignore Setup .gitignore for generated files 2012-03-22 02:16:12 +01:00
expectedTestFailures Cmake build tests: update comments 2013-08-25 18:18:19 +02:00
FORMAT FORMAT file for last commit. 2013-05-30 10:30:01 -04:00
LyX-Mac-binary-release.sh pkg-config is not usable with self made Qt libs 2013-07-20 21:24:56 +02:00
lyx.package.README Creat source package with 'make package_source' from inside the build directory 2011-05-23 08:44:32 +00:00
lyx.rpm.README Typos 2012-06-05 12:22:13 +02:00
lyx.spec.in Update version strings 2010-03-16 09:25:30 +00:00
Makefile.am CMake: Remove libintl 2013-05-30 22:10:01 +02:00