From 701a100d0bfacaf5a0f943b3c87e7ee4fcb5ebe6 Mon Sep 17 00:00:00 2001 From: Kornel Benko Date: Sun, 24 May 2015 19:39:16 +0200 Subject: [PATCH] Adapt tex2lyx tests to Uwe's changes --- src/tex2lyx/test/CMakeLists.txt | 6 +++--- src/tex2lyx/test/runtests.py | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/tex2lyx/test/CMakeLists.txt b/src/tex2lyx/test/CMakeLists.txt index ded8cd2607..71626c23b0 100644 --- a/src/tex2lyx/test/CMakeLists.txt +++ b/src/tex2lyx/test/CMakeLists.txt @@ -11,18 +11,18 @@ project(test) #list(REMOVE_ITEM _tex_tests DummyDocument.tex) set(_tex_tests test.ltx + algo2e.tex box-color-size-space-align.tex CJK.tex CJKutf8.tex + test-insets-basic.tex test-insets.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) set(runtestsScript "${TOP_SRC_DIR}/src/tex2lyx/test/runtests.py") set(scriptDir "${TOP_SRC_DIR}/lib/scripts") diff --git a/src/tex2lyx/test/runtests.py b/src/tex2lyx/test/runtests.py index fab0f97833..abeec6629a 100755 --- a/src/tex2lyx/test/runtests.py +++ b/src/tex2lyx/test/runtests.py @@ -71,18 +71,18 @@ 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) -- 2.39.2