aboutsummaryrefslogtreecommitdiff
path: root/tests/run.sh
blob: 80217e889af1beeea0c68be5c4e21a139b49aac0 (plain)
1
2
3
4
#!/bin/bash
for file in ./tests/*.bash; do
	${file}
done