We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd940fd commit 89377d1Copy full SHA for 89377d1
1 file changed
tests/runtime/test
@@ -1,6 +1,9 @@
1
#!/bin/bash
2
# vim:et:ts=4:
3
4
-echo Testing compilation for $1...
+echo -n "Testing $1: "
5
+RUN=$(basename -s .bas $1).tzx
6
+rm -f "$RUN"
7
../../zxb.py -TaB $1 --debug-memory
-
8
+./check_test.py "$RUN"
9
0 commit comments