]> git.lyx.org Git - features.git/commitdiff
Add tex2lyx test results to dist package.
authorGeorg Baum <baum@lyx.org>
Sun, 30 Dec 2012 11:14:21 +0000 (12:14 +0100)
committerGeorg Baum <baum@lyx.org>
Sun, 30 Dec 2012 19:52:50 +0000 (20:52 +0100)
Otherwise "make check" will fail for sources not obtained from git.

src/tex2lyx/Makefile.am

index f7193082380717bce1a0445c109cc785201144db..33175ab537bf267fd7e63f61caf3799d5f7e22c5 100644 (file)
@@ -1,6 +1,6 @@
 include $(top_srcdir)/config/common.am
 
-EXTRA_DIST = TODO.txt tex2lyx.1in $(TEST_FILES) pch.h
+EXTRA_DIST = TODO.txt tex2lyx.1in $(TEST_FILES) $(TEST_RESULTS) pch.h
 
 #noinst_LIBRARIES = libtexparser.a
 #
@@ -38,6 +38,19 @@ TEST_FILES = \
        test/xfigtest.pstex \
        test/xfigtest.pstex_t
 
+TEST_RESULTS = \
+       test/box-color-size-space-align.lyx.lyx \
+       test/CJK.lyx.lyx \
+       test/CJKutf8.lyx.lyx \
+       test/DummyDocument.lyx.lyx \
+       test/Dummy~Document.lyx.lyx \
+       test/Dummy\ Document.lyx.lyx \
+       test/test-insets.lyx.lyx \
+       test/test.lyx.lyx \
+       test/test-modules.lyx.lyx \
+       test/test-structure.lyx.lyx \
+       test/XeTeX-polyglossia.lyx.lyx
+
 TESTS = test/runtests.py
 updatetests: tex2lyx
        $(PYTHON) "$(srcdir)/test/runtests.py" ./tex2lyx "$(top_srcdir)/lib/scripts" "$(srcdir)/test"