commit 701a100d0bfacaf5a0f943b3c87e7ee4fcb5ebe6
Author: Kornel Benko <[email protected]>
Date: Sun May 24 19:39:16 2015 +0200
Adapt tex2lyx tests to Uwe's changes
diff --git a/src/tex2lyx/test/CMakeLists.txt b/src/tex2lyx/test/CMakeLists.txt
index ded8cd2..71626c2 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 fab0f97..abeec66 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)