~ubuntu-branches/ubuntu/wily/gargoyle-free/wily-proposed

« back to all changes in this revision

Viewing changes to tads/tads3/win32/test/testpre.bat

  • Committer: Bazaar Package Importer
  • Author(s): Sylvain Beucler
  • Date: 2009-09-11 20:09:43 UTC
  • Revision ID: james.westby@ubuntu.com-20090911200943-idgzoyupq6650zpn
Tags: upstream-2009-08-25
ImportĀ upstreamĀ versionĀ 2009-08-25

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
@echo off
 
2
@rem  Preinit tests
 
3
 
 
4
echo Preinit test: %1
 
5
 
 
6
%tstbin%\capture >%tstout%\%1.log %tstbin%\test_prs_top -I%tstinc% %tstdat%\%1.t %tstout%\%1.t3
 
7
%tstbin%\capture >>%tstout%\%1.log %tstbin%\t3pre %tstout%\%1.t3 %tstout%\%1_pre.t3
 
8
%tstbin%\capture >>%tstout%\%1.log %tstbin%\test_exec -cs cp437 %tstout%\%1_pre.t3
 
9
call %tstbat%\testdiff %1
 
10
 
 
11
echo.