diff --git a/xa/tests/fordef/Makefile b/xa/tests/fordef/Makefile new file mode 100644 index 0000000..b847663 --- /dev/null +++ b/xa/tests/fordef/Makefile @@ -0,0 +1,5 @@ + +tests: + ./runtest.sh -q -C + + diff --git a/xa/tests/fordef/runtest.sh b/xa/tests/fordef/runtest.sh new file mode 100755 index 0000000..80f3aed --- /dev/null +++ b/xa/tests/fordef/runtest.sh @@ -0,0 +1,32 @@ +#!/bin/bash + +# run a test script + +#THISDIR=`dirname $0` +THISDIR=`pwd` + +#echo "0=$0" +#echo "THISDIR=$THISDIR" + +declare -A opts +#opts=([816.asm]="-w") +#opts[02.asm]="-C" + +#ASMFLAGS=-v +ASMFLAGS= + +# exclude filter from *.asm if no explicit file is given +EXCLUDE= + +# test files used +TESTFILES="test2.s" + +# files to compare afterwards, against -