spi-topcliff-pch: supports a spi mode setup and bit order setup by IO control
[zen-stable.git] / tools / testing / selftests / run_tests
blob320718a4e6bf320ff697bb3ce1deed3edeabd3ba
1 #!/bin/bash
3 TARGETS=breakpoints
5 for TARGET in $TARGETS
6 do
7 $TARGET/run_test
8 done