mirror of
https://github.com/hsoft/collapseos.git
synced 2024-11-23 15:48:05 +11:00
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:
parent
0ae91e55ec
commit
22c7eeaa5d
@ -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)
|
Loading…
Reference in New Issue
Block a user