]> git.lyx.org Git - features.git/commit
Cmake build: modify some tests
authorKornel Benko <kornel@lyx.org>
Wed, 21 Aug 2013 11:34:26 +0000 (13:34 +0200)
committerKornel Benko <kornel@lyx.org>
Wed, 21 Aug 2013 11:34:26 +0000 (13:34 +0200)
commitfc33092fd84613386f5246a7df23363488cc0bc3
tree4921683eb2b8828a752432cd86569799d70a0ea5
parent78b4c3f80f8ccb9e777f62ff9d36f0e38b42a74a
Cmake build: modify some tests

a) test export/templates/ectaart_pdf5 removed, because
    of incompatibility between ectart.cls and luatex.sty
b) renamed some tests to reflect their purpose
    tex2lyx2lyx/roundtrip/ => tex2lyx/cmplyx/
          # the tests are comparing files written by lyx (not by tex2lyx)
    autotests/ => keytest/
          # we are testing reactions of lyx to some key strokes
c) add tests for lyx2lyx. This is rather rudimental, in that it only
    checks for created output, error codes and error output.
d) use correct environment variable to set up the userdir for testing
development/autotests/CMakeLists.txt
development/autotests/export.cmake
development/autotests/ignoredTests [new file with mode: 0644]
development/autotests/lyx2lyxtest.cmake [new file with mode: 0755]
development/autotests/single-test.cmake