view check-nqp-test.sh @ 11:ee60403fc119

fix regex
author anatofu
date Fri, 09 Nov 2018 20:45:02 +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