]> git.lyx.org Git - features.git/commitdiff
Adapt tex2lyx tests to Uwe's changes
authorKornel Benko <kornel@lyx.org>
Sun, 24 May 2015 17:39:16 +0000 (19:39 +0200)
committerKornel Benko <kornel@lyx.org>
Sun, 24 May 2015 17:39:16 +0000 (19:39 +0200)
src/tex2lyx/test/CMakeLists.txt
src/tex2lyx/test/runtests.py

index ded8cd26070f168ffda6613a70e5c7ce71538f04..71626c23b0a16e7c3a56338b2739a3e85f1aee88 100644 (file)
@@ -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")
index fab0f97833db8401ba247a7ebbcad5f4182437cf..abeec6629aeedf480855fd0738295b6a0844f280 100755 (executable)
@@ -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)