BASIC TESTS

t_basic:	basic printing
t_if:		printing with if
t_of:		printing with of
t_if_of:	printing with if, of

BANNERS

t_bp_ep:	printing with bp, ep
t_bp_ep_nobanner:	printing with bp, ep (with lpr -h)
t_ld_tr:	printing with ld, tr (leader, trailer)
t_sb:		printing with sb (short banner)
t_sb_nobanner:	printing with sb (with lpr -h)
t_hl:		printing with hl (banner after job)
t_hl_nobanner:	printing with hl (with lpr -h)
t_hl_sb:	printing with hl, sb

t_hash_bp_ep:	printing with bp, ep (with lpr -#)
t_hash_bp_ep_nobanner:	printing with bp, ep (with lpr -h -#)
t_hash_ld_tr:	printing with ld, tr (with lpr -#)
t_hash_sb:		printing with sb (with lpr -#)
t_hash_sb_nobanner:	printing with sb (with lpr -h -#)
t_hash_hl:		printing with hl (with lpr -#)
t_hash_hl_nobanner:	printing with hl (with lpr -h -#)
t_hash_hl_sb:	printing with hl, sb (with lpr -#)

REMOTE PRINTERS

t_rm:		remote printing
t_rm_if:	rm with if
t_rm_fj:	rm with fj

LP-PIPES

t_pipe:		lp-pipe
t_if_pipe:	lp-pipe with if
t_of_pipe:	lp-pipe with if
t_if_of_pipe:	lp-pipe with if, of

MULTI-DEVICE QUEUES

t_multi:	multiple servers
t_multi_if:	multiple servers with if
t_multi_of:	multiple servers with if
t_multi_if_of:	multiple servers with if, of

LPR TESTS

t_lpr_env:	lpr (getting PRINTER from env)
t_lpr_default:	lpr (using default printer)
t_lpr_nobanner:	lpr -h
t_lpr_pr:	lpr -Fp
t_lpr_r:	lpr -r
t_lpr_s:	lpr -s
t_lpr_r_s:	lpr -r -s
t_lpr_hash:	lpr -#3
t_lpr_hash_r:	lpr -#3 -r
t_lpr_hash_s:	lpr -#3 -s
t_lpr_hash_r_s:	lpr -#3 -r -s
t_lpr_fe:	lpr with prefilter
t_lpr_fe_r:	lpr -r with prefilter
t_lpr_fe_s:	lpr -s with prefilter
t_lpr_fe_r_s:	lpr -r -s with prefilter
t_lpr_fe_hash:	lpr -#3 with prefilter
t_lpr_fe_hash_r:	lpr -#3 -r with prefilter
t_lpr_fe_hash_s:	lpr -#3 -s with prefilter
t_lpr_fe_hash_r_s:	lpr -#3 -r -s with prefilter
t_lpr_separate_r:	lpr -r with separate files
t_lpr_separate_s:	lpr -s with separate files
t_lpr_separate_r_s:	lpr -r -s with separate files

COMPAT CHECKS:

t_ctrl_plp:	PLP controlfile format
t_ctrl_win-nt:	Windows NT controlfile format
