xref
: /
linux-3.3
/
tools
/
testing
/
selftests
/
run_tests
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#!/
bin
/
bash
2
3
TARGETS
=
breakpoints
4
5
for
TARGET
in
$TARGETS
6
do
7
$TARGET
/
run_test
8
done
9