diff options
| author | 2026-02-23 20:36:05 +0100 | |
|---|---|---|
| committer | 2026-02-23 20:36:05 +0100 | |
| commit | 052144cabb126efe925a96f8a0597a0f2005d206 (patch) | |
| tree | 4fd87244b9eef018b30e90fdff24c5b1a145a85e /test/all.sh | |
| parent | 4e9020dfb847d80475415f9f5914efaa50238767 (diff) | |
add metalang99 testsuite (preprocessor stress testing)
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 |