From 5afe35cc59d3748df234750294fc4366785b2787 Mon Sep 17 00:00:00 2001 From: Georg Baum Date: Thu, 4 Oct 2012 22:29:43 +0200 Subject: [PATCH] Compile tex2lyx before running tests --- src/tex2lyx/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tex2lyx/Makefile.am b/src/tex2lyx/Makefile.am index 5e65565e67..1bfb81a4c9 100644 --- a/src/tex2lyx/Makefile.am +++ b/src/tex2lyx/Makefile.am @@ -32,7 +32,7 @@ TEST_FILES = \ test/XeTeX-polyglossia.tex TESTS = test/runtests.py -updatetests: +updatetests: tex2lyx $(PYTHON) "$(srcdir)/test/runtests.py" ./tex2lyx ../../../lib/scripts "$(srcdir)/test" LINKED_FILES = \ -- 2.39.5