src/test/test.bat

Code
Comments
Other
Rev Date Author Line
3675 16 Aug 07 jari 1 @echo off
3675 16 Aug 07 jari 2 REM  $Id: test.sh 2259 2006-05-16 13:41:11Z nicklas $
3675 16 Aug 07 jari 3 REM
3675 16 Aug 07 jari 4 REM  Copyright (C) 2006 Nicklas Nordborg
3675 16 Aug 07 jari 5 REM  
3675 16 Aug 07 jari 6 REM  This file is part of BASE - BioArray Software Environment.
3675 16 Aug 07 jari 7 REM  Available at http://base.thep.lu.se/
3675 16 Aug 07 jari 8 REM  
3675 16 Aug 07 jari 9 REM  BASE is free software; you can redistribute it and/or modify it
3675 16 Aug 07 jari 10 REM  under the terms of the GNU General Public License as published by
4480 05 Sep 08 jari 11 REM  the Free Software Foundation; either version 3 of the License, or
3675 16 Aug 07 jari 12 REM  (at your option) any later version.
3675 16 Aug 07 jari 13 REM  
3675 16 Aug 07 jari 14 REM  BASE is distributed in the hope that it will be useful, but
3675 16 Aug 07 jari 15 REM  WITHOUT ANY WARRANTY; without even the implied warranty of
3675 16 Aug 07 jari 16 REM  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
3675 16 Aug 07 jari 17 REM  General Public License for more details.
3675 16 Aug 07 jari 18 REM
3675 16 Aug 07 jari 19 REM  You should have received a copy of the GNU General Public License
4514 11 Sep 08 jari 20 REM  along with BASE. If not, see <http://www.gnu.org/licenses/>.
3675 16 Aug 07 jari 21 REM ----------------------------------------
3675 16 Aug 07 jari 22
3675 16 Aug 07 jari 23 REM Set classpath
3675 16 Aug 07 jari 24 call set_classpath.bat
3675 16 Aug 07 jari 25
3675 16 Aug 07 jari 26 REM Execute test class
3675 16 Aug 07 jari 27
3675 16 Aug 07 jari 28 REM Which package to test is the first parameter
3675 16 Aug 07 jari 29 SET package=%1
3675 16 Aug 07 jari 30
3675 16 Aug 07 jari 31 REM Execute test: -ea = enable asserts; -server = server mode
5031 28 Jul 09 nicklas 32 java -Xmx512M -Xms128M -ea -server -cp %CP% -Dcom.sun.media.jai.disableMediaLib=true net.sf.basedb.test.%package%.Run %2 %3 %4 %5 %6 %7 %8 %9