diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2015-07-10 09:42:52 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2015-07-10 09:42:52 +0000 |
commit | 29257ccc28919fcb506e6582fa5078ed0e542f70 (patch) | |
tree | b496bed4f943710ee6abb20302b43bbadf6bb4a7 /Build/source/texk/web2c/mplibdir | |
parent | 116014c0fb6d1b6bce11288c0d39c0f1aeb7cc4e (diff) |
Build system: Better dependencies for 'make check'
git-svn-id: svn://tug.org/texlive/trunk@37824 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/mplibdir')
-rw-r--r-- | Build/source/texk/web2c/mplibdir/ChangeLog | 14 | ||||
-rw-r--r-- | Build/source/texk/web2c/mplibdir/am/mplib.am | 7 | ||||
-rwxr-xr-x | Build/source/texk/web2c/mplibdir/mptraptest.test (renamed from Build/source/texk/web2c/mplibdir/mptraptest) | 0 |
3 files changed, 15 insertions, 6 deletions
diff --git a/Build/source/texk/web2c/mplibdir/ChangeLog b/Build/source/texk/web2c/mplibdir/ChangeLog index 08914bafd24..0c4707eefc6 100644 --- a/Build/source/texk/web2c/mplibdir/ChangeLog +++ b/Build/source/texk/web2c/mplibdir/ChangeLog @@ -1,21 +1,29 @@ +2015-07-10 Peter Breitenlohner <peb@mppmu.mpg.de> + + * mptraptest (removed): Renamed ... + * mptraptest.test (new): ... into this. + * am/mplib.am: Better dependencies for 'make check'. + 2015-03-21 Luigi Scarso <luigi.scarso@gmail.com> - make_text for mplib only. + make_text for mplib only. 2015-03-19 Luigi Scarso <luigi.scarso@gmail.com> + Fixed normal rand. generator for double/decimal/binary systems. 2015-01-20 Luigi Scarso <luigi.scarso@gmail.com> + Added cur_sym_mod() == mp_normal_sym to the cur_sym==0 condition mp_cur_tok - 2015-01-19 Luigi Scarso <luigi.scarso@gmail.com> - fixed a bug in mp_recycle_value with NULL node + fixed a bug in mp_recycle_value with NULL node 2015-01-15 Luigi Scarso <luigi.scarso@gmail.com> + mpmathdecimal.w: better management for static data in mpmathdecimal.w (thanks to Philipp Gesang <phg@phi-gamma.net>) diff --git a/Build/source/texk/web2c/mplibdir/am/mplib.am b/Build/source/texk/web2c/mplibdir/am/mplib.am index 041bf67d012..673d3a9921a 100644 --- a/Build/source/texk/web2c/mplibdir/am/mplib.am +++ b/Build/source/texk/web2c/mplibdir/am/mplib.am @@ -63,13 +63,14 @@ DISTCLEANFILES += $(nodist_mpost_SOURCES) mpxout-tangle ## MetaPost Tests ## -mp_tests = mplibdir/dvitomp.test mplibdir/mptraptest +mp_tests = mplibdir/dvitomp.test mplibdir/mptraptest.test +mplibdir/dvitomp.log: mpost$(EXEEXT) +mplibdir/mptraptest.log: mpost$(EXEEXT) pltotf$(EXEEXT) tftopl$(EXEEXT) EXTRA_DIST += $(mp_tests) if MP TESTS += $(mp_tests) -check_PROGRAMS += pltotf tftopl TRIPTRAP += mptrap.diffs TRIPTRAP_CLEAN += mptrap-clean endif MP @@ -78,7 +79,7 @@ DISTCLEANFILES += mptrap.diffs ## mplibdir/dvitomp.test DISTCLEANFILES += ptmr.mpx tests/xptmr.mpx tests/xstory.mpx ## mplibdir/mptraptest -mptrap.diffs: mpost$(EXEEXT) +mptrap.diffs: mpost$(EXEEXT) pltotf$(EXEEXT) tftopl$(EXEEXT) $(triptrap_diffs) $@ .PHONY: mptrap-clean mptrap-clean: diff --git a/Build/source/texk/web2c/mplibdir/mptraptest b/Build/source/texk/web2c/mplibdir/mptraptest.test index 86203400491..86203400491 100755 --- a/Build/source/texk/web2c/mplibdir/mptraptest +++ b/Build/source/texk/web2c/mplibdir/mptraptest.test |