summaryrefslogtreecommitdiff
path: root/Build/tests/largefile/lfs/Makefile
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2012-02-11 13:24:12 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2012-02-11 13:24:12 +0000
commit48d77abc96546219167c5c3eba1b88ddd3ae0077 (patch)
tree80b3da687969e94a403b95099ffe81b5ca083534 /Build/tests/largefile/lfs/Makefile
parent708653785a66d3aad8830021eae3e517b8b1a572 (diff)
Add various large file tests
git-svn-id: svn://tug.org/texlive/trunk@25365 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/tests/largefile/lfs/Makefile')
-rw-r--r--Build/tests/largefile/lfs/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/Build/tests/largefile/lfs/Makefile b/Build/tests/largefile/lfs/Makefile
new file mode 100644
index 00000000000..302b241963d
--- /dev/null
+++ b/Build/tests/largefile/lfs/Makefile
@@ -0,0 +1,17 @@
+# $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