1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52
|
# $XConsortium: RUN.custom /main/7 1996/08/15 14:05:16 jakku $
# Motif
#
# Copyright (c) 1987-2012, The Open Group. All rights reserved.
#
# These libraries and programs are free software; you can
# redistribute them and/or modify them under the terms of the GNU
# Lesser General Public License as published by the Free Software
# Foundation; either version 2 of the License, or (at your option)
# any later version.
#
# These libraries and programs are distributed in the hope that
# they will be useful, but WITHOUT ANY WARRANTY; without even the
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
# PURPOSE. See the GNU Lesser General Public License for more
# details.
#
# You should have received a copy of the GNU Lesser General Public
# License along with these librararies and programs; if not, write
# to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
# Floor, Boston, MA 02110-1301 USA
#
# HISTORY
set SpinBox1a = 'SpinBox1 -u 1 -I SpinBox1a.Dat -S SpinBox1a.Scr -V SpinBox1a.vis -O SpinBox1a.prt'
set SpinBox1b = 'SpinBox1 -u 2 -I SpinBox1b.Dat -S SpinBox1b.Scr -V SpinBox1b.vis -O SpinBox1b.prt'
set SpinBox1c = 'SpinBox1 -u 3 -I SpinBox1c.Dat -S SpinBox1c.Scr -V SpinBox1c.vis -O SpinBox1c.prt'
set SpinBox1d = 'SpinBox1 -u 4 -I SpinBox1d.Dat -S SpinBox1d.Scr -V SpinBox1d.vis -O SpinBox1d.prt'
set SpinBox3a = 'SpinBox3 -u XmForm,XmText -I SpinBox3.Dat -S SpinBox3.Scr -V SpinBox3.vis -O SpinBox3a.prt'
set SpinBox3b = 'SpinBox3 -u XmFrame,XmTextField -I SpinBox3.Dat -S SpinBox3.Scr -V SpinBox3.vis -O SpinBox3b.prt'
set SpinBox3c = 'SpinBox3 -u XmBulletinBoard,XmTextField -I SpinBox3.Dat -S SpinBox3.Scr -V SpinBox3.vis -O SpinBox3c.prt'
set SpinBox3d = 'SpinBox3 -u XmRowColumn,XmText -I SpinBox3.Dat -S SpinBox3.Scr -V SpinBox3.vis -O SpinBox3d.prt'
setenv XFILESEARCHPATH ./SpinBox.defaults
if ( $MOTIF_HOME != "" ) then
setenv AUTOVPATH $MOTIF_HOME/tests/visuals/Toolkit/SpinBox
else
setenv AUTOVPATH /proj/motif/tests/visuals/Toolkit/SpinBox
endif
# The following needed for Vista and Purify usage
setenv TOP ../../..
# SpinBox 2, 4, 5, 6 all take the default arguments
foreach test ("$SpinBox1a" "$SpinBox1b" "$SpinBox1c" "$SpinBox1d" \
SpinBox2 \
"$SpinBox3a" "$SpinBox3b" "$SpinBox3c" "$SpinBox3d" \
SpinBox4 \
SpinBox5 \
SpinBox6 )
|