blob: 320718a4e6bf320ff697bb3ce1deed3edeabd3ba [file] [log] [blame]
#!/bin/bash
TARGETS=breakpoints
for TARGET in $TARGETS
do
$TARGET/run_test
done