summaryrefslogtreecommitdiff
path: root/tests/README
blob: 996660fc56717c00e4ff9746a66deaaf16b51839 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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 but squeezes better than compress)
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 Linux-i86 executables and object files.
sync.c	:-)
wc.c	Word,line and character counts.
grab.c	Grabs _all_ available memory (3GB+ on Linux-i386) then frees
rand.c	Generates random numbers and pipes them to 'hd'

-Robert