head	1.1;
access;
symbols
	release_4_2:1.1;
locks; strict;
comment	@# @;


1.1
date	94.03.01.07.02.05;	author andrew;	state Exp;
branches;
next	;


desc
@explains the test suite for libdl
@


1.1
log
@Initial revision
@
text
@This directory contains test suites for the Ultrix 4.x Dynamic Loader Library
Package. 

The tests are:

(1) main 
    uses foo.o, bar.o and baz.o. Tests lazy symbol resolution.

(2) call_mf
    uses mathfunc.o and /usr/lib/libm_G0.a. Tests searching of the math
    library.

(3) abc
    uses libabc.a (containing a.o, b.o and c.o). Tests loading in of a
    library.

(4) jumbo
    uses jumboobj.o. Miscellaneous tests.

Expected results of the four tests are in *.OUT.

Good Luck!

@
