mirror of
https://github.com/forth-ev/VolksForth.git
synced 2025-02-16 21:30:59 +00:00
Add binary cmp make target between old and new forth binaries.
This commit is contained in:
parent
7e0308908c
commit
dc1d1743e6
@ -28,6 +28,12 @@ test: test-c64.result test-c16.result
|
|||||||
|
|
||||||
test64: test-c64.result
|
test64: test-c64.result
|
||||||
|
|
||||||
|
# Temporary bincmp target while the old and the new binaries are still
|
||||||
|
# expected to be binary identical.
|
||||||
|
bincmp:
|
||||||
|
cmp cbmfiles/c64-vf-latest cbmfiles/c64-volksforth83
|
||||||
|
cmp cbmfiles/c16-vf-latest cbmfiles/c16-volksforth83
|
||||||
|
|
||||||
run-devenv: emulator/devenv.T64
|
run-devenv: emulator/devenv.T64
|
||||||
emulator/run-in-vice.sh devenv
|
emulator/run-in-vice.sh devenv
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user