iopsys-feed/tptest/src
2015-06-15 21:57:39 +02:00
..
CHANGELOG BarrierBreaker 2015-06-15 21:57:39 +02:00
client.c BarrierBreaker 2015-06-15 21:57:39 +02:00
getopt.c BarrierBreaker 2015-06-15 21:57:39 +02:00
LICENSE BarrierBreaker 2015-06-15 21:57:39 +02:00
Makefile BarrierBreaker 2015-06-15 21:57:39 +02:00
README BarrierBreaker 2015-06-15 21:57:39 +02:00
tpclient.c BarrierBreaker 2015-06-15 21:57:39 +02:00
tpclient.h BarrierBreaker 2015-06-15 21:57:39 +02:00
tpcommon.c BarrierBreaker 2015-06-15 21:57:39 +02:00
tpcommon.h BarrierBreaker 2015-06-15 21:57:39 +02:00
tpengine.c BarrierBreaker 2015-06-15 21:57:39 +02:00
tpengine.h BarrierBreaker 2015-06-15 21:57:39 +02:00
tpio.h BarrierBreaker 2015-06-15 21:57:39 +02:00
tpio_unix.c BarrierBreaker 2015-06-15 21:57:39 +02:00
tpio_unix.h BarrierBreaker 2015-06-15 21:57:39 +02:00
tptest3.txt BarrierBreaker 2015-06-15 21:57:39 +02:00
tptestclient.man BarrierBreaker 2015-06-15 21:57:39 +02:00

$Id: README,v 1.1 2002/09/12 19:28:38 rlonn Exp $
$Source: /cvsroot/tptest/os-dep/unix/README,v $

tpio_unix is the platform-dependent communications module for Unix.
It has been compiled and tested on Solaris 2.8, Redhat Linux 7.0, 
OpenBSD 2.7 and NetBSD 1.5.

To build tpio_unix.o

Do:

On Solaris: 	gcc -c tpio_unix.c -DUNIX -DSOLARIS
On *BSD:	gcc -c tpio_unix.c -DUNIX -DOPENBSD
On Linux:	gcc -c tpio_unix.c -DUNIX -DLINUX

The resulting tpio_unix.o is used together with the test engine files
(tpengine.o, tpcommon.o, tpclient.o) to create clients and servers.