File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11
2- #include "tst_framework.bas"
2+ #include "lib/ tst_framework.bas"
33
44INIT( "Testing (byte) == (byte) [EQ8]" )
55
Original file line number Diff line number Diff line change 11
2- #include "tst_framework.bas"
2+ #include "lib/ tst_framework.bas"
33
44INIT( "Testing (byte) >= (byte) [GEi8]" )
55
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 11#! /bin/bash
22# vim:et:ts=4:
33
4- RUN=$( echo $1 | sed -e ' s/\ .bas$// ' )
4+ RUN=$( basename -s .bas $1 )
55rm -f " $RUN .tzx"
66../../zxb.py -TaB $1 --debug-memory
77killall fuse 2> /dev/null
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ #! /bin/bash
2+ # vim:et:ts=4:
3+
4+ # Test a single case (prog.bas file)
5+ # A RAM dump /expected/prog.tzx.scr must exists
6+
7+ echo -n " Testing $( basename $1 ) : "
8+ RUN=$( basename -s .bas $1 ) .tzx
9+ rm -f " $RUN "
10+ ../../zxb.py -TaB $1 --debug-memory
11+ ./check_test.py " $RUN " " ./expected/${RUN} .scr"
12+ rm -f " $RUN "
You can’t perform that action at this time.
0 commit comments