view check-nqp-test.sh @ 9:1fda58f3b60f

tweek print codesgments for log2.pl
author anatofuz
date Mon, 05 Nov 2018 16:51:53 +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