1
0
mirror of https://github.com/fachat/xa65.git synced 2024-06-17 20:29:32 +00:00
xa65/xa/tests/incerr/runtest.sh
2014-08-20 21:44:22 +02:00

32 lines
429 B
Bash
Executable File

#!/bin/bash
# run a test script
#THISDIR=`dirname $0`
THISDIR=`pwd`
#echo "0=$0"
#echo "THISDIR=$THISDIR"
declare -A opts
opts=([test.a65]="-w")
#ASMFLAGS=-v
ASMFLAGS=
# exclude filter from *.asm if no explicit file is given
EXCLUDE=
# test files used
TESTFILES="test.6502"
# files to compare afterwards, against <file>-<script>
COMPAREFILES=
XA=$THISDIR/../../xa
##########################
# actual code
. ../func.sh