annotate check-nqp-test.sh @ 18:25be3bb0adf0 default tip

add debug tool (dump_op_to_gdbco.pl)
author Takahiro SHIMIZU <anatofuz@cr.ie.u-ryukyu.ac.jp>
date Wed, 16 Jan 2019 16:50:10 +0900
parents b8fca1c0f503
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