#!/bin/bash

TARGETS=breakpoints

for TARGET in $TARGETS
do
	$TARGET/run_test
done
