diff options
| author | 2025-12-15 09:41:40 +0100 | |
|---|---|---|
| committer | 2025-12-15 09:41:40 +0100 | |
| commit | c244d3c1ba501796152c2278a040cf940b660ea6 (patch) | |
| tree | dfa558b72f8075eb4af99860eb168926798c0ede /test | |
| parent | e020d2b27673b9edfc5f7748b0646cd7b85fdb09 (diff) | |
test/c-testsuite.sh
Diffstat (limited to 'test')
| -rwxr-xr-x | test/all.sh | 6 | ||||
| -rwxr-xr-x | test/c-testsuite.sh | 5 | ||||
| m--------- | test/nlsandler-write_a_c_compiler | 0 |
3 files changed, 5 insertions, 6 deletions
diff --git a/test/all.sh b/test/all.sh index aab8338..e632e0a 100755 --- a/test/all.sh +++ b/test/all.sh @@ -3,12 +3,6 @@ cd $(dirname "$0") ./run.sh -echo "--- 'Write a C Compiler' test suite ---" -cd nlsandler-write_a_c_compiler -./test_compiler.sh ../../antcc - -cd .. - echo "--- Lua 5.4.0 ---" ./lua.sh diff --git a/test/c-testsuite.sh b/test/c-testsuite.sh new file mode 100755 index 0000000..87bc37d --- /dev/null +++ b/test/c-testsuite.sh @@ -0,0 +1,5 @@ +#!/bin/env sh + +cd $(dirname "$0")/external/c-testsuite +./single-exec antcc-x86_64 | ./scripts/tapsummary | tee log.txt | head -n 5 +echo '... >> log.txt' diff --git a/test/nlsandler-write_a_c_compiler b/test/nlsandler-write_a_c_compiler deleted file mode 160000 -Subproject d7fcdfa300994b7a218ebf13b43478ce0b4e0c7 |