; this one realizes the very basic Motif tests
setpath ($GIFAPATH ; '../macro')	; first put macro in path
setprompt 'Gifa_test>'

../macro/startup.g		; launch standard environment
report (1==1) 'standard environment'

dialogbox 'Gifa Test' 'Do not change this value ->' int val 1 \
   'Please Click on "Ok"' message *
report ($val == 1) 'dialogbox'

formbox 'Gifa Test' 'report (1 == 1) "formbox" ' 'Please Click on "Ok"' message *
