run_tests 83 B

12345678
  1. #!/bin/bash
  2. TARGETS=breakpoints
  3. for TARGET in $TARGETS
  4. do
  5. $TARGET/run_test
  6. done