Skip to content

Commit

Permalink
Windows WML tests: Add optional argument for executable path
Browse files Browse the repository at this point in the history
  • Loading branch information
aquileia committed May 29, 2014
1 parent f90569c commit 412aca5
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions projectfiles/VC9/WML_tests.cmd
Expand Up @@ -4,11 +4,14 @@
@echo off
setlocal enabledelayedexpansion

set LoadFile=wml_test_schedule
:: save file paths and command line arguments
set LoadFile=%~p0..\..\wml_test_schedule
set binary=wesnoth.exe
set opt=--log-strict=warning
:: OutDir is necessary for VC debug configuration, defaults to wesnoth\
if "%1"=="" ( set "OutDir=..\..\") else ( set "OutDir=%~p1")

cd ..\..\
cd %OutDir%
echo running WML tests:

:: ignore lines beginning with #
Expand Down

0 comments on commit 412aca5

Please sign in to comment.