1999-11-17 10:59:06 -08:00
|
|
|
|
#########################################################################
|
|
|
|
|
# #
|
|
|
|
|
# Objective Caml #
|
|
|
|
|
# #
|
|
|
|
|
# Damien Doligez, projet Para, INRIA Rocquencourt #
|
|
|
|
|
# #
|
|
|
|
|
# Copyright 1999 Institut National de Recherche en Informatique et #
|
|
|
|
|
# en Automatique. All rights reserved. This file is distributed #
|
|
|
|
|
# under the terms of the Q Public License version 1.0. #
|
|
|
|
|
# #
|
|
|
|
|
#########################################################################
|
|
|
|
|
|
|
|
|
|
# $Id$
|
|
|
|
|
|
1999-11-08 07:18:52 -08:00
|
|
|
|
start = 0
|
|
|
|
|
|
|
|
|
|
default <EFBFBD> ocamlrun.ppc ocamlrun.68k
|
|
|
|
|
:runtest.mpw -start {start} -run ocamlrun.68k t<>.ml
|
|
|
|
|
#:runtest.mpw -start {start} -run ocamlrun.ppc t<>.ml
|
|
|
|
|
|
|
|
|
|
all <EFBFBD> default
|
|
|
|
|
test <EFBFBD> default
|
|
|
|
|
|
|
|
|
|
comments <EFBFBD>
|
|
|
|
|
runtest.mpw -bc t<>.ml
|
|
|
|
|
|
|
|
|
|
ocamlrun.ppc <20> :::byterun:ocamlrun no68k.rez
|
|
|
|
|
duplicate -y :::byterun:ocamlrun ocamlrun.ppc
|
|
|
|
|
rez -a no68k.rez -o ocamlrun.ppc
|
|
|
|
|
|
|
|
|
|
ocamlrun.68k <20> :::byterun:ocamlrun noppc.rez
|
|
|
|
|
duplicate -y :::byterun:ocamlrun ocamlrun.68k
|
|
|
|
|
rez -a noppc.rez -o ocamlrun.68k
|
|
|
|
|
|
|
|
|
|
clean <EFBFBD>
|
|
|
|
|
delete -i <20>.cm[io] || set status 0
|
|
|
|
|
delete -i a.out
|