]> git.lyx.org Git - features.git/commit
Add very simple tex2lyx regression test suite.
authorGeorg Baum <baum@lyx.org>
Sun, 8 Jul 2012 17:28:19 +0000 (19:28 +0200)
committerGeorg Baum <baum@lyx.org>
Sun, 8 Jul 2012 17:28:19 +0000 (19:28 +0200)
commit1c0bd0132c605d18229085c42cd2fba1b30151a8
tree243631b0afbc98777ef4260d5b3fcf3e77f75d05
parent57a8ea32c0a2443c188a522b516100bb74ec4a8d
Add very simple tex2lyx regression test suite.

It is invoked by 'make check' (automake only, it would be nice if someone
could add it to cmake as well), or by calling

python src/tex2lyx/test/runtests.py <path to tex2lyx binary>

by hand. Currently, it does not compare the output (this comes later).
The added .lyx files are from tex2lyx around mid of april, so that you
can see the regressions of the current version if you run the test
yourself (simply run git diff afterwards).

The home made test runner is quite stupid, but better than nothing.
Feel free to improve it or replace it with something better, as long
as running it stays as simple as now.
src/tex2lyx/Makefile.am
src/tex2lyx/test/CJK.lyx.lyx [new file with mode: 0644]
src/tex2lyx/test/DummyDocument.lyx [new file with mode: 0644]
src/tex2lyx/test/XeTeX-polyglossia.lyx.lyx [new file with mode: 0644]
src/tex2lyx/test/box-color-size-space-align.lyx.lyx [new file with mode: 0644]
src/tex2lyx/test/runtests.py [new file with mode: 0755]
src/tex2lyx/test/test-insets.lyx.lyx [new file with mode: 0644]
src/tex2lyx/test/test-structure.lyx.lyx [new file with mode: 0644]
src/tex2lyx/test/test.lyx.lyx [new file with mode: 0644]