]> git.lyx.org Git - features.git/blobdiff - src/tex2lyx/Makefile.am
Add very simple tex2lyx regression test suite.
[features.git] / src / tex2lyx / Makefile.am
index 9bd1939823d34165bc5bb55d2d5c58baae287682..d239ed3cf839c4c391a8296d2f2790d25702f6c9 100644 (file)
@@ -20,6 +20,7 @@ AM_CPPFLAGS += -DTEX2LYX $(PCH_FLAGS) -I$(top_srcdir)/src/tex2lyx \
        -I$(top_srcdir)/src -I$(top_builddir) $(BOOST_INCLUDES)
 
 TEST_FILES = \
+       test/runtests.py \
        test/box-color-size-space-align.tex \
        test/CJK.tex \
        test/DummyDocument.tex \
@@ -30,6 +31,8 @@ TEST_FILES = \
        test/test-structure.tex \
        test/XeTeX-polyglossia.tex
 
+TESTS = test/runtests.py
+
 LINKED_FILES = \
        ../Author.cpp \
        ../Color.cpp \