packages/testsuite/README.md

12 lines
202 B
Markdown
Raw Normal View History

2025-06-17 14:49:32 +02:00
# How to run
run:
`cd test; for test in test-*; do ./$test &>/dev/null; done && echo OK || echo ERROR`
# Debugging
`cd test; for test in test-*; do bash -x $test; done && echo OK || echo ERROR`