| 1 | #!/bin/sh |
| 2 | |
| 3 | set -ex |
| 4 | |
| 5 | ./test_repo.sh https://github.com/nektro/zigmod-test-basic |
| 6 | ./test_repo.sh https://github.com/nektro/zigmod-test-git-dep |
| 7 | ./test_repo.sh https://github.com/nektro/zigmod-test-hg-dep |
| 8 | ./test_repo.sh https://github.com/nektro/zigmod-test-http-dep |
| 9 | ./test_repo.sh https://github.com/nektro/zigmod-test-systemlib-dep |
| 10 | ./test_repo.sh https://github.com/nektro/zigmod-test-local-dep |
| 11 | ./test_repo.sh https://github.com/nektro/zigmod-test-c-code |