We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e42ed6b commit 096b0a2Copy full SHA for 096b0a2
bin/FB_run_tests.bat
@@ -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