Move apps/zasm/tests to tools/tests/zasm

This 'apps' folder is going to disappear. Everything is going to be a
"part" to be assembled through recipes. 'apps' has no meaning.
This commit is contained in:
Virgil Dupras 2019-05-16 11:23:15 -04:00
parent 0ae91e55ec
commit 22c7eeaa5d
8 changed files with 2 additions and 2 deletions

View File

@ -4,8 +4,8 @@ set -e
TMPFILE=$(mktemp)
SCAS=scas
ZASM=../../../tools/emul/zasm
ASMFILE=../instr.asm
ZASM=../../emul/zasm
ASMFILE=../../../apps/zasm/instr.asm
cmpas() {
EXPECTED=$($SCAS -o - "$1" | xxd)