pdftex[805] branches/stable/source/Makefile: (recheck): attempt at

commits+karl at tug.org commits+karl at tug.org
Tue Jul 10 18:45:03 CEST 2018


Revision: 805
          http://tug.org/svn/pdftex?view=revision&revision=805
Author:   karl
Date:     2018-07-10 18:45:03 +0200 (Tue, 10 Jul 2018)
Log Message:
-----------
(recheck): attempt at full make check target

Modified Paths:
--------------
    branches/stable/source/Makefile

Modified: branches/stable/source/Makefile
===================================================================
--- branches/stable/source/Makefile	2018-05-17 22:29:15 UTC (rev 804)
+++ branches/stable/source/Makefile	2018-07-10 16:45:03 UTC (rev 805)
@@ -17,9 +17,18 @@
 remake:
 	make -C build-pdftex/texk/web2c pdftex
 
-# impractical to get real make check to work without the whole tree.
+# simple check that binary works.
 versionhelp:
 	cd build-pdftex/texk/web2c && ./pdftex --version && ./pdftex --help
+#
+# full make check, painful because the cut-down tree means we have to
+# remove all dependencies (= we can't build the other engines).
+# The list might change in the future with Makefile or automake changes.
+recheck:
+	make -C build-pdftex/texk/web2c TESTS='$$(pdftex_tests)' \
+	  SUBDIRS=. PROGRAMS="" LIBRARIES="" LTLIBRARIES="" \
+	  MANS="" DATA="" HEADERS="" \
+	  check
 
 synctest:
 	svn status	  # if not clean, commit first or changes will be lost



More information about the pdftex-commits mailing list