#!/bin/sh

# Simply, runs all the tests.

cd test

./base
echo ""

./merge
echo ""

./escape
echo ""
