Blame tests/uil/Syntax/README

Packit b099d7
/* $XConsortium: README /main/5 1996/07/15 14:36:57 drk $ */
Packit b099d7
Packit b099d7
GENERAL SYNTAX TESTS:
Packit b099d7
Packit b099d7
This test will test general SYNTAX within UIL. They are designed to be
Packit b099d7
user interactive, with on-line user instructions for each part of the 
Packit b099d7
test. These tests consist of three two files a piece, one containing the
Packit b099d7
UIL information, and the second containing the USER interactive instructions
Packit b099d7
for the test. All resources specified in the instructions must match the
Packit b099d7
displayed widgets.
Packit b099d7
Packit b099d7
Packit b099d7
DESCRIPTION OF FILES:
Packit b099d7
Packit b099d7
*.uil           -       The UIL sources for this test suite.
Packit b099d7
*.msg           -       The message files that correspond to the UIL test
Packit b099d7
			you are building, containing a description of the
Packit b099d7
			test being displayed.
Packit b099d7
Minimal.c	- 	A version along the lines of HelloMotif to show the
Packit b099d7
			decrease in the size of the UID file in comparison
Packit b099d7
			to 1.0.
Packit b099d7
displayUid.c    -       The generic C routine to display UID files, report
Packit b099d7
                        Callbacks, and popup a popupMenu.
Packit b099d7
Case.c		-	A version of HelloMotif to show case insensitivity
Packit b099d7
			in a uil file.
Packit b099d7
reasons.h       -       The header file which contains an array of REASONS for
Packit b099d7
                        reporting Callbacks.
Packit b099d7
run_all         -       A simple shell script that will execute all tests
Packit b099d7
                        sequentially.
Packit b099d7
Imakefile	-	The file used to build Makefile.
Packit b099d7
README		-	The file you are reading, containing information about
Packit b099d7
			the general SYNTAX tests.
Packit b099d7
Packit b099d7
Packit b099d7
NOTE:
Packit b099d7
Packit b099d7
To have tests appear in the Top Left corner of the root window the resource
Packit b099d7
Mwm*clientAutoPlace should be set to false in you .Xdefaults file.
Packit b099d7
Packit b099d7
SYNTAX:
Packit b099d7
Packit b099d7
% make all
Packit b099d7
% run_all
Packit b099d7
Packit b099d7
BUGS SHOWN BY THESE TESTS
Packit b099d7
Packit b099d7
Packit b099d7
ENDBUGS