testing: Enable selecting of host

This commit is contained in:
2021-10-02 12:56:11 +02:00
parent 625f1c4060
commit 6e8a4ec8c9

View File

@@ -70,6 +70,19 @@ test_neptune() {
' '
} }
test_ares case "${1:-all}" in
test_tb_hak ares)
test_neptune test_ares
;;
tb_hak)
test_tb_hak
;;
neptune)
test_neptune
;;
all)
test_ares
test_tb_hak
test_neptune
;;
esac