#!/bin/bash

for test in tests/*.sh; do
    sh $test
done
