diff options
| author | 2025-12-15 09:41:40 +0100 | |
|---|---|---|
| committer | 2025-12-15 09:41:40 +0100 | |
| commit | c244d3c1ba501796152c2278a040cf940b660ea6 (patch) | |
| tree | dfa558b72f8075eb4af99860eb168926798c0ede /test/c-testsuite.sh | |
| parent | e020d2b27673b9edfc5f7748b0646cd7b85fdb09 (diff) | |
test/c-testsuite.sh
Diffstat (limited to 'test/c-testsuite.sh')
| -rwxr-xr-x | test/c-testsuite.sh | 5 |
1 files changed, 5 insertions, 0 deletions
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' |