summaryrefslogtreecommitdiff
path: root/libc/tests/README
diff options
context:
space:
mode:
Diffstat (limited to 'libc/tests/README')
-rw-r--r--libc/tests/README22
1 files changed, 0 insertions, 22 deletions
diff --git a/libc/tests/README b/libc/tests/README
deleted file mode 100644
index 4d308c7..0000000
--- a/libc/tests/README
+++ /dev/null
@@ -1,22 +0,0 @@
-Copyright (C) 1996 Robert de Bath <robert@mayday.compulink.co.uk>
-This file is part of the Linux-8086 C library and is distributed
-under the GNU Library General Public License.
-
-These are user level tools, they're being used to test libc routines.
-
-env.c Prints the environment and arguments (Plus some junk)
-compr.c Mini compression program (rather slow at times)
-ucomp.c Mini uncompression program (Very fast)
-ft.c Multiple simple file tools.
-hd.c Hex dump.
-line2.c Print lines from /etc/passwd (stdio)
-lines.c Print lines from /etc/passwd
-ouch.c Signal test
-size.c Size of executables and object files.
-sync.c :-)
-wc.c Word count.
-
-BTW: i386 OMAGIC files can be converted to deformed ELFs with this:
- $ ld -N -Ttext 0 --defsym _start=0 sync -o sync1 -s
-
--Robert