mirror of
https://github.com/hsoft/collapseos.git
synced 2024-11-23 23:08:06 +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)
|
TMPFILE=$(mktemp)
|
||||||
SCAS=scas
|
SCAS=scas
|
||||||
ZASM=../../../tools/emul/zasm
|
ZASM=../../emul/zasm
|
||||||
ASMFILE=../instr.asm
|
ASMFILE=../../../apps/zasm/instr.asm
|
||||||
|
|
||||||
cmpas() {
|
cmpas() {
|
||||||
EXPECTED=$($SCAS -o - "$1" | xxd)
|
EXPECTED=$($SCAS -o - "$1" | xxd)
|
Loading…
Reference in New Issue
Block a user