README file for VSX SRC/common directory
----------------------------------------

This directory contains at least the following subdirectories, each
containing common software elements.  Those listed here are provided
in VSXgen.  Additional subdirectories may be provided in test packages.

	drivers - drivers for the C language tests (driver.C) and header
		tests (driver.hdr).

	genlib - general library routines used by the executable test
		programs.

	purefile - a program used to test the ETXTBSY error condition
		in the ".os" sections.

	tet_startup - a startup routine called by the TET Test Case
		Manager in all executable test programs.

	thrgenlib - threads version of genlib.

	thrstartup - threads version of tet_startup.

	thrtsetlib - threads version of tsetlib.

	thrvlib - threads version of vlib.

	thrvport - threads version of vport.

	tsetlib - library routines used by (non-header) test programs.

	vlib - library routines used in all VSX programs.

	vport - commonly used non-POSIX interfaces for use in POSIX test
		modes, and the user-provided implementation specific
		routines.

	vprog - the vbuild program (the "buildtool" executed by the TET)
		and the vrpt, vrptm and prpt reporting programs.

	vtools - utility programs used during the VSX build phase.

	wchars - wide character config utilities.


End of README
