Skip to content

Commit 096b0a2

Browse files
committed
Added batch file to run tests.
1 parent e42ed6b commit 096b0a2

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

bin/FB_run_tests.bat

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
@echo off
2+
3+
rem This runs a set of tests; in the process it rebuilds some assets too.
4+
rem See documentation about how to create a new release to see which parameters are available.
5+
6+
rem Configuration
7+
set "FB_BIN=%~dp0%"
8+
if not "%FB_BIN:~-1%"=="\" set "FB_BIN=%FB_BIN%\"
9+
call "%FB_BIN%FB_config.bat"
10+
set "FB_HOME=%FB_BIN%.."
11+
12+
java -jar "%FB_BIN%TestRunner.jar" "%FB_HOME%" %1 %2 %3 %4 %5 %6 %7 %8 %9

0 commit comments

Comments
 (0)