Skip to content

Commit 89377d1

Browse files
committed
Testing script update
1 parent dd940fd commit 89377d1

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

tests/runtime/test

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
#!/bin/bash
22
# vim:et:ts=4:
33

4-
echo Testing compilation for $1...
4+
echo -n "Testing $1: "
5+
RUN=$(basename -s .bas $1).tzx
6+
rm -f "$RUN"
57
../../zxb.py -TaB $1 --debug-memory
6-
8+
./check_test.py "$RUN"
9+
rm -f "$RUN"

0 commit comments

Comments
 (0)