packages/testsuite/README.md

16 lines
243 B
Markdown
Raw Permalink Normal View History

2025-06-20 16:12:34 +02:00
# testsuite
This tests the integrity of XRSH
2025-06-17 14:49:32 +02:00
# How to run
run:
2025-06-18 04:41:13 +02:00
`cd test; for test in *-*; do ./$test &>/dev/null; done && echo OK || echo ERROR`
2025-06-17 14:49:32 +02:00
# Debugging
2025-06-18 04:41:13 +02:00
`cd test; for test in *-*; do bash -x $test; done && echo OK || echo ERROR`
2025-06-17 14:49:32 +02:00