view check-nqp-test.sh @ 8:3525971010e4

use FindBin for perlscirpts
author anatofuz
date Mon, 05 Nov 2018 16:44:49 +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