packages/testsuite/README.md

12 lines
196 B
Markdown
Raw Normal View History

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