]> git.lyx.org Git - lyx.git/blobdiff - src/tex2lyx/test/runtests.py
Reduce caption hardcoding
[lyx.git] / src / tex2lyx / test / runtests.py
index b8a658404b934b462f895c03b3f889d396f54826..8d053acd1f6f28a79ff344bf88e5e0372d0c2087 100755 (executable)
@@ -77,9 +77,11 @@ def main(argv):
                  'test-insets.tex', \
                  'test-modules.tex', \
                  'test-refstyle-theorems.tex', \
+                 'test-scr.tex', \
                  'test-structure.tex', \
                  'verbatim.tex', \
-                 'XeTeX-polyglossia.tex']
+                 'XeTeX-polyglossia.tex', \
+                 'algo2e.tex']
 
     errors = []
     overwrite = (outputdir == inputdir)