summaryrefslogtreecommitdiff
path: root/Build/tests/largefile/testlfs-martin
diff options
context:
space:
mode:
authorDenis Bitouzé <dbitouze@wanadoo.fr>2021-02-25 18:23:07 +0000
committerDenis Bitouzé <dbitouze@wanadoo.fr>2021-02-25 18:23:07 +0000
commitc6101f91d071883b48b1b4b51e5eba0f36d9a78d (patch)
tree1bf7f5a881d7a4f5c5bf59d0b2821943dd822372 /Build/tests/largefile/testlfs-martin
parent07ee7222e389b0777456b427a55c22d0e6ffd267 (diff)
French translation for tlmgr updated
git-svn-id: svn://tug.org/texlive/trunk@57912 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/tests/largefile/testlfs-martin')
-rw-r--r--Build/tests/largefile/testlfs-martin/3gb.tex16
-rw-r--r--Build/tests/largefile/testlfs-martin/Makefile17
-rw-r--r--Build/tests/largefile/testlfs-martin/README9
3 files changed, 0 insertions, 42 deletions
diff --git a/Build/tests/largefile/testlfs-martin/3gb.tex b/Build/tests/largefile/testlfs-martin/3gb.tex
deleted file mode 100644
index a65143631a3..00000000000
--- a/Build/tests/largefile/testlfs-martin/3gb.tex
+++ /dev/null
@@ -1,16 +0,0 @@
-% $Id$
-% Check if a 3gb file can be created.
-% (Public domain.)
-\pdfoutput=1
-\pdfcompresslevel=0
-
-\topskip0pt
-\newcount\n
-\loop
- \pdfximage width \hsize height \vsize {poles.png}
- \hbox{\pdfrefximage\pdflastximage}
- \eject
- \advance\n by1
- \ifnum\n<3000
-\repeat
-\bye
diff --git a/Build/tests/largefile/testlfs-martin/Makefile b/Build/tests/largefile/testlfs-martin/Makefile
deleted file mode 100644
index 302b241963d..00000000000
--- a/Build/tests/largefile/testlfs-martin/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
diff --git a/Build/tests/largefile/testlfs-martin/README b/Build/tests/largefile/testlfs-martin/README
deleted file mode 100644
index 515691568d8..00000000000
--- a/Build/tests/largefile/testlfs-martin/README
+++ /dev/null
@@ -1,9 +0,0 @@
-(This file public domain.)
-
-The idea here is to see if a 3gb PDF file can be created, that is, if
-largefile support is present and working. Just run make.
-
-You'll need ppmpat from the netpbm tools to make the test image,
-although any image >1gb will do.
-
--ms/peb/karl, 5mar08.