blob: 87cba9bda15b137e61c51b946ae853e8e37c2159 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
#!/bin/sh
./test-radar-base.sh
./test-directories.sh
./test-commits.sh
./test-branches.sh
./test-files.sh
./test-status.sh
./test-colors.sh
./test-format-config.sh
|