home *** CD-ROM | disk | FTP | other *** search
/ World of Shareware - Software Farm 2 / wosw_2.zip / wosw_2 / PROG / SPARC.ZIP / CTEST.BAT < prev    next >
Encoding:
DOS Batch File  |  1992-01-31  |  225 b   |  7 lines

  1. @echo off
  2. if exist tmp.tmp del tmp.tmp
  3. call rtest t1.s t2.s branch.s ldst.s addsub.s mul.s logical.s ack.s trap.s float.s 
  4. sasm -n -g argv.s >> tmp.tmp
  5. ssim -n -g >> tmp.tmp
  6. echo ---- Confidence test results in TMP.TMP
  7.