File: [22,311]HELP.HLP Last Edit: 8-MAY-1989 17:04:16 This account contains test programs for the Pascal-3 Utility Library. Library sources are in [22,310], externals in [22,320]. It is our goal to have a test program for each routine in the P3UTIL library. Anyone adding a module to the library should also create a test program to check it out, and then leave it here in [22,311] in case it is needed later. Test program naming convention is TSTxxxxxx where xxxxxx is the library module to be tested. Some test programs test more than one routine. Likewise, some test programs require other library routine to be already tested and working. Test programs are not required to follow the program naming convention. Test programs are built on an as needed basis. After testing, all files but the source file are normally deleted to preserve freespace. A command file, BUILD.CMD, is provided to build the test programs. A comprehensive UETP (User Environment Test Program) is provided to build and run all test, thus validating the P3UTIL library. The command file BLDUETP.CMD will build the test programs, and the command file RUNUETP.CMD will run the command files. As you create test routines, please insure that the UETP command files are updated to reflect this. Some test programs are useful as system tools and diagnostics. These programs will be copied to the AMI MASTER SYSTEM DISK for distribution. In general, they are placed in [22,310] on the system disk, as there is no [22,311] directory on a system disk. The programs are: [22,310] SENDER.PAS,.TKB,.TSK (we include PAS and TKB for on site mods)