annotate check-nqp-test.sh @ 0:b8fca1c0f503

intial commit
author anatofuz
date Sat, 03 Nov 2018 22:49:27 +0900
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
b8fca1c0f503 intial commit
anatofuz
parents:
diff changeset
1 # $ cbc-tools/.sh *.t.moar
b8fca1c0f503 intial commit
anatofuz
parents:
diff changeset
2 ORIGINAL_MOAR="/mnt/dalmore-home/one/src/MoarVM_Original/MoarVM/moar"
b8fca1c0f503 intial commit
anatofuz
parents:
diff changeset
3 ORIGINAL_NQP="/mnt/dalmore-home/one/src/MoarVM_Original/nqp"
b8fca1c0f503 intial commit
anatofuz
parents:
diff changeset
4
b8fca1c0f503 intial commit
anatofuz
parents:
diff changeset
5 if [ $# -ne 1 ]; then
b8fca1c0f503 intial commit
anatofuz
parents:
diff changeset
6 echo 'Usage: $cbc-tools/this.sh *.t.moar'
b8fca1c0f503 intial commit
anatofuz
parents:
diff changeset
7 exit 1
b8fca1c0f503 intial commit
anatofuz
parents:
diff changeset
8 fi
b8fca1c0f503 intial commit
anatofuz
parents:
diff changeset
9 ${ORIGINAL_MOAR} --libpath=${ORIGINAL_NQP}/gen/moar/stage2 $1