diff options
author | Karl Berry <karl@freefriends.org> | 2009-08-17 16:37:46 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-08-17 16:37:46 +0000 |
commit | cf34595c934021488b1499900cb9182576ceb582 (patch) | |
tree | c0f8dee20a5fe1f9fcef60fb2a88dedc401b8562 /Master/support/tests/largefile/Makefile | |
parent | 15fb41576282c23c5d6864975a61a9e3436fa7fc (diff) |
move tests to Build
git-svn-id: svn://tug.org/texlive/trunk@14724 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/support/tests/largefile/Makefile')
-rw-r--r-- | Master/support/tests/largefile/Makefile | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/Master/support/tests/largefile/Makefile b/Master/support/tests/largefile/Makefile deleted file mode 100644 index 302b241963d..00000000000 --- a/Master/support/tests/largefile/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# $Id$ -# Public domain. -# -3gb.pdf: 3gb.tex poles.png - pdftex 3gb.tex - @echo "check the first numbers to see if LFS works; they must be > 2147483648" - @tail 3gb.pdf|head -2 - -poles.png: - ppmpat -poles 1250 1250 |pnmtopng > poles.png - -.PHONY: clean clobber -clean: - rm -f *.log - -clobber: clean - rm -f poles.png 3gb.pdf |