view check-nqp-test.sh @ 13:5bf045527a94

update opcode2function.pl
author Takahiro SHIMIZU <anatofuz@cr.ie.u-ryukyu.ac.jp>
date Tue, 27 Nov 2018 13:05:20 +0900
parents b8fca1c0f503
children
line wrap: on
line source

# $ cbc-tools/.sh *.t.moar
ORIGINAL_MOAR="/mnt/dalmore-home/one/src/MoarVM_Original/MoarVM/moar"
ORIGINAL_NQP="/mnt/dalmore-home/one/src/MoarVM_Original/nqp"

if  [ $# -ne 1 ]; then
	echo 'Usage: $cbc-tools/this.sh *.t.moar'
	exit 1
fi
${ORIGINAL_MOAR} --libpath=${ORIGINAL_NQP}/gen/moar/stage2 $1