]> git.lyx.org Git - features.git/commit
Cmake lyx2lyx tests: Use a loop to execute roundtrips
authorKornel Benko <kornel@lyx.org>
Mon, 28 Dec 2015 05:00:10 +0000 (06:00 +0100)
committerKornel Benko <kornel@lyx.org>
Mon, 28 Dec 2015 05:00:10 +0000 (06:00 +0100)
commita10b6713178552371f72795ae60e54ceb6a0914b
tree92d0d3e8c0d5c8c9e012ad74abf782839c2f0313
parent8d1d46743bfe6700652f1e02352d697c47d54a86
Cmake lyx2lyx tests: Use a loop to execute roundtrips

Exporting to some previous lyx format:
Inside the loop
  Stop at export with errors/warnings
  Stop if exported file not loadable
  Stop if exported file identical to previous exported file (OK case)
    This is done through creating MD5SUM
development/autotests/ExportTests.cmake
development/autotests/export.cmake