gno/bin/test
gdr-ftp efe58b60ff fixed some email addrs 1999-07-03 14:46:37 +00:00
..
Makefile Makefile: 1998-02-19 02:23:42 +00:00
README fixed some email addrs 1999-07-03 14:46:37 +00:00
TEST.csh Initial checkin and release for test(1), version 1.0. 1996-02-10 08:27:33 +00:00
binaryop Initial checkin and release for test(1), version 1.0. 1996-02-10 08:27:33 +00:00
mkops Initial checkin and release for test(1), version 1.0. 1996-02-10 08:27:33 +00:00
operators.c eliminated the splatprep droppings 1996-02-11 05:47:05 +00:00
operators.h modified for inclusion in GNO base build 1997-10-30 03:35:21 +00:00
test.1 fixed some email addrs 1999-07-03 14:46:37 +00:00
test.c modified for inclusion in GNO base build 1997-10-30 03:35:21 +00:00
test.desc fixed some email addrs 1999-07-03 14:46:37 +00:00
test.rez fixed some email addrs 1999-07-03 14:46:37 +00:00
unaryop Initial checkin and release for test(1), version 1.0. 1996-02-10 08:27:33 +00:00

README

This is test(1) for GNO.  For those of you familiar with it
from other platforms, it is a minimal BSD version, not a code-bloated
GNU version.  For those not familiar with it, read the man page.

I admit that this has limited functionality with gsh, but it will
become more useful when sh(1) comes out ...

For installation, either type 'dmake install', or copy the files
	test		to 		/bin
	test.1		to		/man/man1

For copying info, see the legalese at the beginning of the file
test.c, or the man page (you have to view the file directly rather
than than via nroff(1) to see it).

Also, regarding the GNO binary:

	This program contains material from the ORCA/C Run-Time
	Libraries, copyright 1987-1996 by Byte Works, Inc.  Used
	with permission.

If you have problems with this, let me know.  It was a two-hour port.

Devin Reade
February, 1996
<gdr@gno.org>

CHANGE LOG
==========

v1.1	October, 1997.
	- Updated to build with GNO v2.0.6 base release.
	- Cleaned up stack check code a bit (use atexit(3)).

v1.0	February 1996.
	- Initial release.