pts-core: Just mention PHP 5.3 as the new base requirement. Code still should largely...
[phoronix-test-suite.git] / phoronix-test-suite.bat
bloba91be31ada38de67d601eeea82f00122a5002dca
1 ::      Phoronix Test Suite
2 ::      URLs: http://www.phoronix.com, http://www.phoronix-test-suite.com/
3 ::      Copyright (C) 2008 - 2015, Phoronix Media
4 ::      Copyright (C) 2008 - 2015, Michael Larabel
5 ::      phoronix-test-suite: The Phoronix Test Suite is an extensible open-source testing / benchmarking platform
6 ::
7 ::      This program is free software; you can redistribute it and/or modify
8 ::      it under the terms of the GNU General Public License as published by
9 ::      the Free Software Foundation; either version 3 of the License, or
10 ::      (at your option) any later version.
12 ::      This program is distributed in the hope that it will be useful,
13 ::      but WITHOUT ANY WARRANTY; without even the implied warranty of
14 ::      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 ::      GNU General Public License for more details.
17 ::      You should have received a copy of the GNU General Public License
18 ::      along with this program. If not, see <http://www.gnu.org/licenses/>.
21 :: Full path to root directory of the actual Phoronix Test Suite code
22 @echo off
23 set PTS_DIR=%cd%
24 set PTS_MODE=CLIENT
26 :: TODO: Other work to bring this up to sync with the *NIX phoronix-test-suite launcher
27 If defined PHP_BIN goto SkipBinSearch
28 echo "No PHP_BIN defined checking for usual locations."
29 If exist "C:\Program Files (x86)\PHP"\php set PHP_BIN="C:\Program Files (x86)\PHP"\php
30 If exist C:\php-gtk2\php set PHP_BIN=C:\php-gtk2\php
31 set PHP_BIN="C:\Program Files (x86)\PHP"\php
33 :SkipBinSearch
34 cls
35 %PHP_BIN% pts-core/phoronix-test-suite.php %*