-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathalltests_Java
29 lines (28 loc) · 974 Bytes
/
alltests_Java
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# *****************************************************************************
# alltests_Java (C) 1992-2006 Christophe de Dinechin (ddd)
# XL2 project
# *****************************************************************************
#
# File Description:
#
# Parameters of 'alltest' for Java runtime
#
#
#
#
#
#
#
#
# *****************************************************************************
# This document is released under the GNU General Public License.
# See http://www.gnu.org/copyleft/gpl.html and Matthew 25:22 for details
# *****************************************************************************
# * File : $RCSFile$
# * Revision : $Revision$
# * Date : $Date$
# *****************************************************************************
EXT=".java"
COMPILE="javac $BASE.java";
RUN="java -classpath $DIR XLProgram"
TO_REMOVE="*.class"