X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ftex2lyx%2Ftest%2Fruntests.py;h=c2c7c3050e9b98430e2ead0391783e26fda9a9d9;hb=2811f76039c20b886ddab4979be924bf1267c977;hp=fab0f97833db8401ba247a7ebbcad5f4182437cf;hpb=fecc4389642418d468e213f22379e1a714c30c50;p=lyx.git diff --git a/src/tex2lyx/test/runtests.py b/src/tex2lyx/test/runtests.py index fab0f97833..c2c7c3050e 100755 --- a/src/tex2lyx/test/runtests.py +++ b/src/tex2lyx/test/runtests.py @@ -71,18 +71,19 @@ def main(argv): files = [sys.argv[4+skipcount]] else: files = ['test.ltx', \ + 'algo2e.tex', \ 'box-color-size-space-align.tex', \ 'CJK.tex', \ 'CJKutf8.tex', \ 'test-insets.tex', \ + 'test-insets-basic.tex', \ 'test-memoir.tex', \ 'test-modules.tex', \ 'test-refstyle-theorems.tex', \ 'test-scr.tex', \ 'test-structure.tex', \ 'verbatim.tex', \ - 'XeTeX-polyglossia.tex', \ - 'algo2e.tex'] + 'XeTeX-polyglossia.tex'] errors = [] overwrite = (outputdir == inputdir)