.key options/f
;
; $PROJECT: c.datatype
;
; $VER: testsuite 39.1 (26.11.95)
;
; by
;
; Stefan Ruppert , Windthorststrasse 5 , 65439 Floersheim , GERMANY
;
; (C) Copyright 1995
; All Rights Reserved !
;
; $HISTORY:
;
; 26.11.95 : 039.001 : initial
;

; customimze to your filesystem layout
set MYSRCS    System:Developer/Source
set SASSRCS   sc:examples sc:include sc:extras
set AMIGASRCS System:Developer/include/amiga

resident tester add pure

; test all my source
echo "failat 20" || list $MYSRCS    all lformat "tester %s%s <options>" | execute in:
; test SAS/C source
echo "failat 20" || list $SASSRCS   all lformat "tester %s%s <options>" | execute in:
; test Amiga includes
echo "failat 20" || list $AMIGASRCS all lformat "tester %s%s <options>" | execute in:

resident tester remove

unset MYSRCS
unset SASSRCS
unset AMIGASRCS

