#!/bin/bash
set -e

for name in test_*.md; do ./run "${name%%.*}"; done
