diff options
Diffstat (limited to 'test/all.sh')
| -rwxr-xr-x | test/all.sh | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/test/all.sh b/test/all.sh index e632e0a..d80db09 100755 --- a/test/all.sh +++ b/test/all.sh @@ -3,8 +3,11 @@ cd $(dirname "$0") ./run.sh -echo "--- Lua 5.4.0 ---" +echo "=== Lua 5.4.0 ===" ./lua.sh -echo "--- c-testsuite ---" +echo "=== c-testsuite ===" ./c-testsuite.sh + +echo "=== metalang99 (preprocessor) ===" +./metalang99.sh |